Forum Moderators: open
Yeah, you can do it with CSS in the style attribute:
<div id="footer" style="position:absolute;bottom:0px;">
OR the prefered way of doing it would be in the style tags at the top of the page:
<style type="text/css">
#footer{position:absolute;bottom:0px;}
</style>
Andrew
When you say "I need to know how to make it go with the browser", do you mean, for it to be compatible with a certain browser format? Or alternatively so that the viewed-bit-of-the-page is the lower half?
Sorry if I haven't understood fully ;) but if you meant the second option, bookmarks work quite well for that.
Regards,
Penny.