django 下拉菜单html,Html下拉菜单 - 周海生的个人页面 - OSCHINA - 中文开源技术交流社区...

this is a test file

#head,#foot{

width: 960px;

height: 100px;

margin: 0px auto;

}

body{

margin: 0px;

padding: 0px;

font-size: 14px;

font-family: "微软雅黑",Helvetica,arial;

}

/**

* darker:#06a18a;

* light: #0fb89f;

*/

div.navbar{

background-color:#0fb89f ;

}

ul.nav{

margin: 0px auto;

padding: 0px;

list-style: none;

width: 960px;

height: 40px;

}

ul.nav a{

text-decoration: none;

color: white;

display: inline-block;

padding: 10px;

min-width: 110px;

text-align: center;

}

ul.nav a:hover{

background-color: #06a18a;

}

a.active{

background-color: #06a18a;

}

ul.nav li{

float: left;

}

ul.nav li ul{

margin: 0px auto;

padding: 0px;

list-style: none;

background-color: #06a18a;

display: none;

}

ul.nav li ul li{

float: none;

}

ul.nav li ul li a:hover{

background-color:#0fb89f ;

}

$(document).ready(function(){

$("ul.nav").children().hover(function() {

if($(this).find("li").length > 0){

$(this).children("ul").stop(true, true).slideDown(100)

}

},function() {

$(this).children("ul").stop(true, true).slideUp("fast");

});

$("ul.nav ul").hover(function(){

$(this).prev().addClass("active");

},function(){

$(this).prev().removeClass("active");

})

});

1602ce2fc92c212006226cb8c3f4ac8b.png

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值