Wed, 2003-08-27 16:35
I there,
i'm trying to put a <div> element at the bottom at the document with this ID
#bottom {
left: 0px;
bottom: 0px;
display: block;
}
but it position it at the bottom of the window, not the document.
Any solution?
thank you.
Mon, 2003-09-01 02:47
#1
i want at the bottom at the document, not the window
Hi safull,
Browsers are not very consistent at rendering Bottom.
You may be best using JavaScript to determine the height of the browser window and then position the div.
Hope that helps.
Mon, 2003-09-01 08:12
#2
thanks
thanks tony for the reply. I've been trying to work it out with javascript and dom. The problem is differents browsers(IE). For the same data they give differents thing. But that i will work it out with no problem.
Thanks a lot.