Jump to content

Bootstrap menu


jybo71

Recommended Posts

Hello

 

I am using bootstrap as a beginner.

 

I try to make a dropdown menu on several level but it don't work.

 

My script :

<body> 	      <div class="container-fluid"> 	      	<ul class="nav nav-pills nav-stacked"> 	      		<li class="dropdown">               	<a class="dropdown-toggle" data-toggle="dropdown" >Menu 1<span class="caret"></span></a>               		<ul class="dropdown-menu">               			<li class="dropdown">               			<a class="dropdown-toggle" data-toggle="dropdown" >Menu 1-1<span class="caret"></span></a>               				<ul class="dropdown-menu">               					<li>menu1-1-1</li>               					<li>menu1-1-2</li>               				</ul>               			<li>menu 1-2</li>               			<li>menu 1-3</li>               			               		</ul>               </li>            </ul>                            	      </div> </body>

Is it possible to do that with bootstrap ? or do I choose an other way ....

 

Thanks

Link to comment
Share on other sites

Please post your css

You must not be familiar with bootstrap. Bootstrap is a CSS framework that abstracts the developer from the CSS.

Learn more about it here: http://getbootstrap.com/

 

The person developing the page doesn't necessarily have to know what CSS bootstrap is using for each of the classes.

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...