Footer DIV position: absolute;
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>*KHAKI*</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style rel="stylesheet" type="text/css"> #footer { clear: both; position: absolute; bottom: 0; width: 750px; border-top: 1px solid #eee; background: #eee; } #footer p { margin-left: 5px; } </style> </head> <body> <div id="footer"> <p><a href="">homepage</a> | <a href="">contact</a> | © 2007 Anyone | Design by <a href=""> java2s.com</a> </p> </div> </body> </html>