Top link with image
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title></title> <style rel="stylesheet" type="text/css"> #header { position: relative; padding: 0 0 0 32px; height: 355px; width: 892px; } #menu { float: left; margin: 0 0 10px 79px; } #menu li { list-style-type: none; display: block; float: left; line-height: 40px; height: 40px; padding: 0 14px; background-image: url(images/line.gif); background-position: top right; background-repeat: no-repeat; } #menu .last { background: none; } #menu a { font-size: 12px; color: #272727; text-decoration: none; } #menu a:visited { text-decoration: none } #menu a:hover { text-decoration: underline } #content { width: 859px; margin: 0 auto; } </style> </head> <body> <div id="header"> <a href="index.html" class="logo"><img src="http://java2s.com/style/logo.png" alt="setalpm" width="149" height="28" /></a> <span class="slogan">Your Key to Success</span> <ul id="menu"> <li><a href="#">Home</a></li> <li><a href="#">Employer</a></li> <li><a href="#">Our Career</a></li> <li><a href="#">About Us</a></li> <li><a href="#">Help</a></li> <li class="last"><a href="#">Register</a></li> </ul> </div> </body> </html>