"Responsive Menu"
Bootstrap 3.3.0 Snippet by ajaymz

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div id="myCarousel" class="carousel slide" data-ride="carousel"> <nav class="navbar navbar-default" role="navigation"> <ul> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Industrial Maintenance<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><a href="#">Separated link</a></li> </ul></li> <li>Manufacturing Process</li> <li>Job Skills</li> <li>Education Biology</li> <li>Education Chemistry</li> <li>Industrial Safety</li> </ul> </div> </nav> <div class="carousel-inner"> <div class="item active"> <div class="embed-container"><iframe src='https://player.vimeo.com/video/157418203' width="500" height="315" frameborder='0' webkitAllowFullScreen mozallowfullscreen></iframe></div> <h3>Our modules have been used to train over 3000000 users</h3> </div><!-- End Item --> <div class="item"> <div class="embed-container"><iframe src='https://player.vimeo.com/video/157418212' width="500" height="315" frameborder='0' webkitAllowFullScreen mozallowfullscreen></iframe></div> <h3>Second Stat</h3> </div><!-- End Item --> <div class="item"> <div class="embed-container"><iframe src='https://player.vimeo.com/video/157418211' width="500" height="315" frameborder='0' webkitAllowFullScreen mozallowfullscreen></iframe></div> <h3>Third Stat</h3> </div><!-- End Item --> <div class="item"> <div class="embed-container"><iframe src='https://player.vimeo.com/video/157418207' width="500" height="315" frameborder='0' webkitAllowFullScreen mozallowfullscreen></iframe></div> <h3>Fourth</h3> </div><!-- End Item --> <div class="item"> <div class="embed-container"><iframe src='https://player.vimeo.com/video/158334850' width="500" height="315" frameborder='0' webkitAllowFullScreen mozallowfullscreen></iframe></div> <h3>Fifth Stat</h3> </div> <div class="item"> <div class="embed-container"><iframe src='https://player.vimeo.com/video/158335240' width="500" height="315" frameborder='0' webkitAllowFullScreen mozallowfullscreen></iframe></div> <h3>Sixth Stat</h3> </div> </div><!-- End Carousel Inner --> </div>
.caret-up { width: 0; height: 0; border-left: 4px solid rgba(0, 0, 0, 0); border-right: 4px solid rgba(0, 0, 0, 0); border-bottom: 4px solid; display: inline-block; margin-left: 2px; vertical-align: middle; }
$(function(){ $(".dropdown").hover( function() { $('.dropdown-menu', this).stop( true, true ).fadeIn("fast"); $(this).toggleClass('open'); $('b', this).toggleClass("caret caret-up"); }, function() { $('.dropdown-menu', this).stop( true, true ).fadeOut("fast"); $(this).toggleClass('open'); $('b', this).toggleClass("caret caret-up"); }); });

Related: See More


Questions / Comments: