"Mega menu with carousel for Stores"
Bootstrap 3.1.0 Snippet by Blackus

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.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 class="container">
<nav class="navbar navbar-default">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".js-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse js-navbar-collapse">
<ul class="nav navbar-nav">
<li class="dropdown mega-dropdown">
<a href="#" class="dropdown-toggle">Аксессуары<span class="glyphicon glyphicon-chevron-down pull-right"></span></a>
<ul class="dropdown-menu mega-dropdown-menu row">
<li class="col-sm-3">
<ul>
<li class="dropdown-header">New in Stores</li>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="item active">
<a href="#"><img src="http://placehold.it/254x150/3498db/f5f5f5/&text=New+Collection" class="img-responsive" alt="product 1"></a>
<h4><small>Summer dress floral prints</small></h4>
<button class="btn btn-primary" type="button">49,99 €</button> <button href="#" class="btn btn-default" type="button"><span class="glyphicon glyphicon-heart"></span> Add to Wishlist</button>
</div><!-- End Item -->
<div class="item">
<a href="#"><img src="http://placehold.it/254x150/ef5e55/f5f5f5/&text=New+Collection" class="img-responsive" alt="product 2"></a>
<h4><small>Gold sandals with shiny touch</small></h4>
<button class="btn btn-primary" type="button">9,99 €</button> <button href="#" class="btn btn-default" type="button"><span class="glyphicon glyphicon-heart"></span> Add to Wishlist</button>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@font-face {
font-family: 'ctc_splash_roundedbold';
src: url(http://hipster.athemes.ru/fonts/fonts/fgauvcv2.eot);
src: url(http://hipster.athemes.ru/fonts/fonts/fgauvcv2.eot?#iefix) format('embedded-opentype'),
url(http://hipster.athemes.ru/fonts/fonts/fgauvcv2.woff2) format('woff2'),
url(http://hipster.athemes.ru/fonts/fonts/fgauvcv2.woff) format('woff'),
url(http://hipster.athemes.ru/fonts/fonts/fgauvcv2.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
body {
font-family: "ctc_splash_roundedbold";
background:#f0f0f0;
}
.navbar-nav>li>.dropdown-menu {
/*margin-top:20px;*/
border-top-left-radius:4px;
border-top-right-radius:4px;
background: #F1F2F2 url(http://cutecute.ru/images/design/pattern_cute_grey.png) repeat scroll 0% 0%;
}
.navbar-default .navbar-nav>li>a {
width:240px;
font-weight:bold;
text-transform: uppercase;
cursor: pointer;
display: block;
font-size: 15px;
color: #252525;
position: relative;
text-transform: uppercase;
z-index: 2;
transition: all 0.4s ease 0s;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: