Very simple and stylish looking standard horizontal dropdown menus using CSS.

This is the CSS part
<style>
.menu{
border:none;
border:0px;
margin:0px;
padding:0px;
font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}
.menu ul{
background:#333333;
height:35px;
list-style:none;
margin:0;
padding:0;
}
.menu li{
float:left;
padding:0px;
}
.menu li a{
background:#333333 url("seperator.gif") bottom right no-repeat;
color:#cccccc;
display:block;
font-weight:normal;
line-height:35px;
margin:0px;
padding:0px 25px;
text-align:center;
text-decoration:none;
}
.menu li a:hover, .menu ul li:hover a{
background: #2580a2 url("hover.gif") bottom center no-repeat;
color:#FFFFFF;
text-decoration:none;
}
.menu li ul{
background:#333333;
display:none;
height:auto;
padding:0px;
margin:0px;
border:0px;
position:absolute;
width:225px;
z-index:200;
/*top:1em;
/*left:0;*/
}
.menu li:hover ul{
display:block;
}
.menu li li {
background:url('sub_sep.gif') bottom left no-repeat;
display:block;
float:none;
margin:0px;
padding:0px;
width:225px;
}
.menu li:hover li a{
background:none;
}
.menu li ul a{
display:block;
height:35px;
font-size:12px;
font-style:normal;
margin:0px;
padding:0px 10px 0px 15px;
text-align:left;
}
.menu li ul a:hover, .menu li ul li:hover a{
background:#cc9999 url('') center left no-repeat;
border:0px;
color:#ffffff;
text-decoration:none;
}
.menu p{
clear:left;
}
</style>
The HTML part
<div class="menu"> <ul> <li><a href="http://mistonline.in">Home</a></li> <li><a href="#" id="current">Tutorials</a> <ul> <li><a href="#">PHP</a></li> <li><a href="#">Apache</a></li> <li><a href="#">MySql</a></li> <li><a href="#">Ajax</a></li> <li><a href="#">Javascript</a></li> </ul> </li> <li><a href="http://mistonline.in">Contact</a></li> </ul> </div>
Incoming search terms:
- css horizontal drop down menu (34)
- stylish horizontal css menu (24)
- stylish drop down menu css (17)
- stylish drop down menu in css (9)
- horizontal dropdown menu (9)
- horizontal drop down menu css (8)
- menu inurl:/gb php?id= (8)
- css horizontal dropdown menu (8)
- dynamic drop down menus using css (7)
- horizontal drop down menu in css (7)
- horizontal dropdown menu css (7)
- stylish css drop down menu (7)
- CSS tutorials centered horizontal drop down menu (7)
- stylish horizontal menu (6)
- stylish horizontal ul li menu (6)
- stylish horizontal rop down menu in css (5)
- stylish horizontal dropdown menu (5)
- css horizontal drop down menus (5)
- css horizontal drop down menu tutorial (4)
- horizontal drop down menu with css (4)
- stylish horizontal menus (4)
- stylish horizontal drop down menu (4)
- simple horizontal drop down menu (4)
- stylish dropdown in css (3)
- stylish css horizontal menu (3)
- diplsy horizontal css php mysql menu (3)
- css wp horiz drop-down (3)
- free stylish horizontal drop down menu (3)
- simple css horizontal dropdown menu (3)
- horizontal drop down menu using css (3)
- sharp font in css (3)
- centering horizontal drop down menu 2011 (3)
- horizontal drop down (3)
- tutorial css Horizontal Drop Down Menus with class (3)
- centered horizontal dropdown menu (3)
- only CSS horizontal simple drop down menus with transparent background free download 2011 (3)
- horizontal drop down menus using css (3)
- drop down menus using css (3)
- horizontal dropdown menu using css (3)
- horizontal css drop down menu (3)
You will also be interested in ,
- Cursor:hand css not working with mozilla/firefox
- Learn CSS Basics Very Simple Tutorial
- Beautiful Christmas countdown timer complete webpage with css download free
- Image preloader using CSS
- Standard horizontal menu using css
- Changing link style properties using css
- Change Mouse cursor of your webpage using css
- Simple CSS Dropdown Menu
- Simple page flip effect using Jquery, css and simple html
- CSS or Table?
