Thu, 2004-08-12 22:54
Here's a distinction in rendering absolute position amongst browsers. How should a absolute positioning of bottom:0px; function?
I'm quite proud of my resizable background here .
It works very well â until the content gets too long and makes the page scroll. Then, on Safari, the position is set to the bottom of the browser window, while IE presents it as the bottom of the page, which seems correct to me. Mozilla doesn't even bother to display them, which is a better solution than doing it incorrectly, I think.
Thoughts?
Ian
Fri, 2004-08-13 01:24
#1
absolute positioning display issues
Hi rocketscience,
Positioning things via bottom has always been difficult to get right cross browser.
You could look at using some DHTML to position the image.