Footer with green background
<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; padding: 5px; margin: 0; background: #7ABA2E; color: #f7f7f7; } #footer a { text-decoration: none; color: #000; background: inherit; } #footer a:hover { text-decoration: underline; color: #fff; background: inherit; } </style> </head> <body> <div id="footer"> <a href="">homepage</a> | <a href="">contact</a> | <a href="">html</a> | <a href="">css</a> | © 2007 Anyone</div> </body> </html>