HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="description" content="A brief description of the current page goes here." />
<meta name="keywords" content="keywords, go, here, only, once, page, content, has, been, finished" />
<style type="text/css" media="screen">
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, textarea, tt, var {
margin: 0;
padding: 0;
}
body {
background: #036;
color: #FFF;
}
#menu {
float: right;
font: 11px/14px verdana, arial, helvetica, sans-serif;
list-style: none;
padding-right: 4px;
}
#menu li {
float: left;
}
#menu a {
background: url("http://www.geocities.com/johnblz187/whiteBullet.gif") right center no-repeat;
color: #FFF;
display: block;
padding: 0 4px;
text-decoration: none;
}
#menu a:hover, #menu a:active, #menu a:focus {
text-decoration: underline;
}
#menu .last-child {
background-image: none;
color: #FC0;
}
</style>
</head>
<body>
<ul id="menu">
<li><a href="#">Item 1</a></li>
<li><a href="#">Item 2</a></li>
<li><a href="#">Item 3</a></li>
<li><a href="#">Item 4</a></li>
<li><a class="last-child" href="#">Item 5</a></li>
</ul>
</body>
</html>
Bookmarks