absorption
03-03-2005, 04:38 PM
hi all,
i'm trying to have a typical html background tile image, then another background image on top of that which will sit centered at the bottom of the page. I've used <div> in css to set this up.
the problem is when i have content, such as another table in the body that extends off the page. when this happens, and the scollbars appear, the scrolling actually 'wipes out' the background from the bottom of the page (in firefox/mozilla on mac). i've played around with overflow, but it doesn't seem to solve this issue.
i know i'm probably not explaining this clearly, but here's some examples:
first example is how i *want* it to work, but in this case i'm just using a standard html page background image. when you make the browser window smaller and the scrollbars appear, the background image stays put and doesn't disappear:
http://www.absorption.plus.com/1off/gallery/heightest.html
here's the best i can do using <div>:
http://www.absorption.plus.com/1off/gallery/heightestdiv.html
i'm a bit new to doing all this in css, where before i was using tables. i've seen the light and am avoiding tables where possible. any thoughts on this would be greatly appreciated.
thanks, peter
i'm trying to have a typical html background tile image, then another background image on top of that which will sit centered at the bottom of the page. I've used <div> in css to set this up.
the problem is when i have content, such as another table in the body that extends off the page. when this happens, and the scollbars appear, the scrolling actually 'wipes out' the background from the bottom of the page (in firefox/mozilla on mac). i've played around with overflow, but it doesn't seem to solve this issue.
i know i'm probably not explaining this clearly, but here's some examples:
first example is how i *want* it to work, but in this case i'm just using a standard html page background image. when you make the browser window smaller and the scrollbars appear, the background image stays put and doesn't disappear:
http://www.absorption.plus.com/1off/gallery/heightest.html
here's the best i can do using <div>:
http://www.absorption.plus.com/1off/gallery/heightestdiv.html
i'm a bit new to doing all this in css, where before i was using tables. i've seen the light and am avoiding tables where possible. any thoughts on this would be greatly appreciated.
thanks, peter