Thread Starter
li9ht
(@li9ht)
i think that one to order the menu nav..
im tyring to order the post.. to determined which post come 1st, 2nd , 3rd,and etc in 1 page.
doesnt matter.. got it done already..
<div id="nav">
<ul >
<li><a href="#">Tech</a></li>
<li><a href="#">food</a></li>
<li><a href="#">music</a></li>
</ul>
</div>
<style type="text/css" >
#nav ul{
list-style-type: none;
}
#nav li{
float:left;
}
a{
display:block;
padding: 0px 5px 0px ;
border-right:solid 1px red;
text-decoration:none;
}
</style>
yes remove the last li with jquery..
style:border-right:none;