navbar - How to make a Twitter Bootstrap navigation menu highlighted when clicked -


i have menu this:

    <div class="navbar">         <div class="navbar-inner">              <div class="container">                                <ul class="nav nav-tabs">                 <li ><a href="index.php">home</a></li>                 <li class="divider-vertical"></li>                 <li><a href="about.php" target="_self">about</a></li>                 <li class="divider-vertical"></li>                 </ul>             </div>         </div>     </div> 

i've tried many scripts make 'home' highlighted when 'home' menu clicked. not able achieve wanted. pls me in this.

you use in css:

li:active

and whichever instructions wish carry out.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -