Simple Horizontal Menu (HTML 5)

<ul class="horizontal">
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="contactus.html">Contact Us</a></li>
</ul>

CSS Style

ul.horizontal{
list-style:none;
padding:0;
}
ul.horizontal li{
float:left;
padding:10px;;
background-color:#CCC;
border-right:solid 1px #fff;
}
ul.horizontal li a{
color:#666;
text-decoration:none;
}

Comments

Popular posts from this blog

How to select and cut out an image in Krita

Transform and Stretch an image in Krita

Joomla error: Your site may not have been upgraded completely