<div id="container"><!-- Base of Design --> <div id="header"><!-- Logo and Navigation --> <h1>ExigeDesign</h1> <ul> <li><a class="selected" href="index.html">Home</a></li> <li class="slash">/</li> <li><a href="portfolio.html">Porfolio</a></li> <li class="slash">/</li> <li><a href="contact.html">Contact</a></li> </ul> </div><!--End header here-->
#header ul { margin: 0 0 0 470px; text-align: right; } #header ul a, #header ul .slash { float: left; margin-top: 20px; margin-right: 0px; padding-right: 3px; font-family: Georgia; font-size: 18px; font-weight: normal; text-decoration: none; font-style: italic; letter-spacing: 0.7px; color: #ebebeb; } #header ul a:hover { color: #ed008c; } #header ul a.selected:hover { text-decoration: underline; } #header ul a.selected { color: #ed008c; }
#header ul li{ display:inline; }
Jump To Top of Thread