I use standart twitter bootstrap menu:
<ul class="nav nav-pills">
<li><a href="#">...</a></li>
<li><a href="#">...</a></li>
</ul>
How to mark active menu item?
You just have to add "active" in your li like :
<li class="active">
<a href="#"></a>
</li>
Add a class of the active to the li
http://twitter.github.com/bootstrap/components.html#navbar
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With