This article describes the DIV+CSS implementation software company website blue navigation menu code. Share to everyone for your reference. Specifically as follows:
This is a software based on DIV+CSS implementation of the company's Web site blue navigation menu, very atmosphere of the menu, the mouse moved over the menu, the background of the menu changes, feel very practical, but also more good-looking menu, in addition to software companies can use, the company a class of stations can be used.
The screenshot of the running effect is as follows:
The specific code is as follows:
Copy code code as follows: <! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en"
"Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
<meta http-equiv= "Content-type" content= "text/html; charset=gb2312 "/>
<title> software company website Blue navigation menu </title>
<style>
* {
padding-bottom:0px; margin:0px; padding-left:0px; padding-right:0px; padding-top:0px
}
Body {
Background-color: #ffffff; margin:0px Auto; COLOR: #000000; Font-size:9pt
}
. nav{width:938px; margin:0 auto; Background:url (images/menu_bj_2.gif) no-repeat 0 0; height:46px; line-height:54px; Vertical-align:bottom; margin-top:100px; }
. Nav Ul,.nav li{float:left;
. Nav li{width:102px display:block background:url (images/menu_bj_1.gif) no-repeat 0 50%; padding-left:2px;
. Nav li.bgno1{Background:url (images/menu_over.jpg) no-repeat 2px 0px; color: #FFFFFF;p adding-left:2px;}
. Nav li.bgno{Background:url (images/menu_bj_4.gif) no-repeat 0 0px; color: #FFFFFF;p adding-left:2px;
. Nav li.bgcolor a{color: #ecde29;}
. Nav li.bgcolor a:hover{color: #ecde29;}
. Nav li,.nav li a{float:left;font-size:14px; color: #FFFFFF;
. nav li A{font-weight:bold; color: #fff; width:100px; text-align:center;padding-left:1px; text-decoration:none;}
. Nav Li a:hover{text-decoration:none;background:url (images/menu_over.jpg) no-repeat;
Color: #fff;}
. Nav li.bgno a{color: #fff;}
</style>
<body style= "Text-align:center" >
<div class= "NAV" >
<ul class= "Clearfix" >
<li class= "Bgno" ><a href= "/" > Source Enthusiasts </a></li>
<li><a href= "#" > Solutions </a></li>
<li><a href= "#" > Software services </a></li>
<li><a href= "#" > Software products </a></li>
<li><a href= "#" > Job recruitment </a></li>
<li><a href= "#" > Free templates </a></li>
<li><a href= "#" >CSS code </a></li>
<li><a href= "#" >CSS navigation </a></li>
<li class= "bgcolor" ><a href= "#" >css menu </a></li>
</ul>
</div>
</body>
I hope this article will help you with the DIV+CSS web design.