Footer with background 2
<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-top: 5px; height: 40px; font-size: 0.8em; border-top: 1px solid #515244; color: #eee; background: #404040; } #footer a:link,#footer a:visited { background: inherit; color: #acaf2c; text-decoration: none; } #footer a:hover { border-bottom: 1px dashed #858563; background: inherit; color: #858563; } </style> </head> <body> <div id="footer"> <a href="">homepage</a> | <a href="">contact</a> | <a href="">html</a> | <a href="http://jigsaw.w3.org/css-validator">css</a> | © 2007 Anyone | Design by <a href=""> java2s.com</a> | This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a> </div> </body> </html>