Quick question this time: how can I get a div to go right to the bottom of the page? The best I've got at the moment is for the div to go to the bottom of the window - fine if the text doesn't fill the screen, but if the text goes beyond the bottom of the screen it obviously doesn't work as I would hope!
I'm currently using this CSS:
Any ideas?Code:#footer{ font-size:8pt; text-align:center; position:absolute; bottom:0px; left:0px; width: 100%; }
Thanks
Mike


LinkBack URL
About LinkBacks
Reply With Quote

