Topic: from the bottom up (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: Benton, confused, USA |
posted 02-26-2003 07:59
I i'm trying to make my site scale to whatever the user's window is sized to. I thought I had this figured out. http://www.loveobjects.com/filler.html That might load for you and might not. It was working fine while I was building it using IE6. But, I reloaded it after I cleaned up the source and it went fubar. I checked it in NS7 and moz, and opera7 and it was still fubar. |
Maniac (V) Inmate From: Seoul, Korea |
posted 02-26-2003 08:23
Well, one way to go about this would be to set the top margin of the body to 90px. Then just give the div relative positioning, a top position of 0(insert your favorite unit here) and a height of 100%. That should work as long as you don't want anything in that space up above the div (and you could even work around that by putting a background image in the body positioned all the way at the top). I'm pretty sure this will work in just about any (standard-supporting) browser. |