Guys
I'm trying to place a paragraph of text at the top of my page, code-wise, but I want it to appear at the bottom of my page.
I have it working in IE6 using
But when I view this in Firefox it appears right in the middle of my page. The only way I can get this to sit at the bottom in FF is to change the bottom setting to -650px but that makes it sit well below the page footer in IE6. This just doesn't make any sense!Code:#toptext { font-family: Arial,sans-serif; text-align: justify; position: absolute; bottom: -390px; font-size: xx-small; color: #70828F; padding-bottom: 5px; } <div id="toptext"> blah blah blah </div>
![]()




Reply With Quote