<div id="navmenu">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
</ul>
</div>
output that i want:
i want it to start at the right so here is the sample output:
<----HOME ABOUT US SERVICES
so if i add contact from the list it should be:
<----HOME ABOUT US SERVICES CONTACT
but this is the result when i float navmenu to right:
<----CONTACT SERVICES ABOUT US HOME