html - How to create bootstrap page header navbar with static subitems? -


i create page header menu bootstrap image below (i wondering how create "+" link below contact menu ). can help?

            <div class="navbar-collapse collapse">                 <ul class="nav navbar-nav">                     <li>@html.actionlink("contacts", "index", "contacts")</li>                     <li>@html.actionlink("administration", "index", "settings")</li>                 </ul>                 @html.partial("_loginpartial")             </div> 


enter image description here

you can achieve either adding span in li, or targeting first list element , using pseudo-element ::after here example using ::after: http://jsfiddle.net/8gj1wsca/


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -