"main Menu"
Bootstrap 3.3.0 Snippet by balajikanagappan

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="//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 class="container">
<nav class="nav-main">
<div class="region region-header-menu">
<div id="block-system-main-menu" class="block block-system block-menu">
<div class="content">
<ul class="nav nav-pills nav-main" id="mainMenu">
<li class="dropdown 218 active">
<a href="#" class="dropdown-toggle disabled active">Home</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu active">
<a href="#/" title="" class="active">Sliders</a>
<ul class="dropdown-menu">
<li class="active">
<a href="#" title="" class="active">Mega Slider</a>
</li>
<li>
<a href="/sync_dev/nivo-slider">Nivo Slider</a>
</li>
</ul>
</li>
<li class="active">
<a href="/sync_dev/" title="" class="active">Home - Default</a>
</li>
<li>
<a href="/sync_dev/one-page" title="">One Page Site</a>
</li>
</ul>
</li>
<li class="dropdown 1777">
<a href="/sync_dev/about-us" title="" class="dropdown-toggle disabled">About Us</a>
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
/*
Name: theme.css
Written by: Okler Themes - (http://www.okler.net)
Version: 3.0.0
*/
html {
overflow-x: hidden;
overflow-y: auto;
}
body {
background-color: white;
color: #777777;
font-family: "Open Sans", Arial, sans-serif;
font-size: 14px;
line-height: 22px;
margin: 0;
}
/* Header */
#header {
background: #F6F6F6;
background: -webkit-linear-gradient( #f6f6f6, white);
background: linear-gradient( #f6f6f6, white);
clear: both;
border-top: 5px solid #EDEDED;
min-height: 100px;
padding: 8px 0;
}
#header > .container {
height: 100px;
margin-bottom: -35px;
position: relative;
display: table;
max-width: 1170px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: