About Bootstrap's navigation bar

Source: Internet
Author: User

The following is the navigation bar of Bootstrap

<div id= "NavBar" class= "Navbar-collapse collapse" >
<ul class= "Nav navbar-nav" >
<li class= "Active" ><a href= "#" > Home </a></li>
<li><a href= "#" >About</a></li>
<li><a href= "#" >Contact</a></li>
<li class= "dropdown" ><a href= "#" class= "Dropdown-toggle"
Data-toggle= "dropdown" role= "button" aria-haspopup= "true"
Aria-expanded= "false" >dropdown<span class= "caret" ></span></a>
<ul class= "Dropdown-menu" >
<li><a href= "#" >Action</a></li>
<li><a href= "#" >another action</a></li>
<li><a href= "#" >something Else here</a></li>
<li role= "separator" class= "divider" ></li>
<li class= "Dropdown-header" >nav header</li>
<li><a href= "#" >separated link</a></li>
<li><a href= "#" >one more separated link</a></li>
</ul></li>
</ul>

The key is

<ul class= "nav navbar-nav navbar-right" >
<!--set its navigation bar--
<li><a href= "#" id= "username" class= "Dropdown-toggle"
Data-toggle= "dropdown" role= "button" aria-haspopup= "true"
Aria-expanded= "false" > "register" </a>
<ul class= "Dropdown-menu" >
<li><a href= "#" > Personal Information </a></li>
<li><a href= "#" > Change Password </a></li>
<li><a href= "#" > Set background </a></li>
</ul></li>

<li><a href= "/meetings/login" > "Exit" </a></li>
</ul>
UL inside has Li

This is something that needs special attention.

You can toggle the hidden content of the drop-down menu (Dropdown) Plugin:

with the Data property : Add data-toggle= "dropdown" to the link or button to toggle the drop-down menu as follows:

<div Class= "dropdown" > <a Span class= "ATN" >data-toggle= "dropdown"  = "#" > drop-down menu (Dropdown) trigger </a> <ul  Class= "Dropdown-menu"  role = "menu"  aria-labelledby = "Dlabel" > </ul 



About Bootstrap's navigation bar

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.