Closed Thread Icon

Preserved Topic: need help with interface (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=17957" title="Pages that link to Preserved Topic: need help with interface (Page 1 of 1)" rel="nofollow" >Preserved Topic: need help with interface <span class="small">(Page 1 of 1)</span>\

 
silence
Maniac (V) Inmate

From: soon to be "the land down under"
Insane since: Jan 2001

posted posted 05-10-2001 07:33

Okay, I have the following interface:
main_interface.gif

Each enclosed block needs to contain a separate element. I tried to do this with frames, but it won't put an image in the upperleft corner. There is always a space. This is what I've gotten:
http://students.seattleu.edu/alo/new/index.html

So how do I get it to look the way I want?



[This message has been edited by silence (edited 05-10-2001).]

bunchapixels
Neurotic (0) Inmate
Newly admitted
posted posted 05-10-2001 07:41

first of all, i would say for you to fully question why you feel that frames are the best option here.
then i would direct you to this page, simply cause i know it does what you want to achieve with frames.
sorry, that's the best i can do!

___________________
b u n c h a p i x e l s

[edited by mr.maX]I've fixed the URL that Buncha posted.[/edit]

[This message has been edited by mr.maX (edited 05-10-2001).]

silence
Maniac (V) Inmate

From: soon to be "the land down under"
Insane since: Jan 2001

posted posted 05-10-2001 07:43

well, I went with frames because I know how to code frames. I am definitely open to any other alternatives.

silence
Maniac (V) Inmate

From: soon to be "the land down under"
Insane since: Jan 2001

posted posted 05-10-2001 07:47

Eureka!

Thanks buncha. I just needed to add the margin options to the body tag.

kevincar
Paranoid (IV) Inmate

From: north hills, ca usa
Insane since: Apr 2001

posted posted 05-10-2001 08:28

I believe, unless someone can prove me wrong, that frames CAN be justified, when all you want to update/refresh is just PART of the page, instead of the whole thing... Other than that, they're just a bunch of hooey (that's a technical term :-))



ShadowImage
Nervous Wreck (II) Inmate

From: Melbourne, Victoria, Australia
Insane since: Mar 2001

posted posted 05-10-2001 13:58

does the magin thing on the body work for Netscape??

btw...would using tables work for you? kinda like this forum??

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 05-10-2001 18:05

This works in IE & NN:

<BODY LEFTMARGIN="0" RIGHTMARGIN="0" TOPMARGIN="0" BOTTOMMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">

silence
Maniac (V) Inmate

From: soon to be "the land down under"
Insane since: Jan 2001

posted posted 05-11-2001 05:10

what does marginwidth and marginheight do? If the margintop, marginbottom, etc. are already set to 0, do you still need them?

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 05-11-2001 06:59

MARGINWIDTH & MARGINHEIGHT parameters are for Netscape and since it doesn't understad IE params (LEFTMARGIN, etc.) the answer is: Yes, you need them.

« BackwardsOnwards »

Show Forum Drop Down Menu