Actually, there is a position:fixed which does work with the viewport, unfortunately not in IE
Sandra Clark ============================== http://www.shayna.com Training in Cascading Style Sheets and Accessibility -----Original Message----- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Sunday, March 26, 2006 10:48 AM To: CF-Community Subject: Re: CSS Bottom question > How can I make the HR display at the bottom of the page regardless of > the amount of content? > Here is what I was using: > <div id="footerSeparator" style="position:absolute; overflow:hidden; > left:0px; bottom:5px; width:800px; height:20px; z-index:99"> > <hr size=5 width=900 color=#73B839> </div> Can't be done with CSS... CSS has no direct access to the dimensions of the view-port (lord only knows why). So there's no way to assign it to 5 pixels above the bottom edge of the window. This is the reason for all those JavaScript widgets that float around near the top or bottom of the window and why they're all garbage. s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://coldfusion.sys-con.com/author/4806Dealey.htm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:5:201624 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
