12345678910111213141516171819202122232425262728293031323334353637383940414243class="nav"src="//www.jq22.com/img/cs/500x300-1.png"class="nav-one"href="###"一级导航一class="nav-two"href="###"一级导航一-二级导航一href="###"一级导航一-二级导航二href="###"一级导航一-二级导航三href="###"一级导航二class="nav-two"href="###"一级导航二-二级导航一href="###"一级导航二-二级导航二href="###"一级导航二-二级导航三href="###"一级导航三href="###"一级导航四class="nav-two"href="###"一级导航四-二级导航一href="###"一级导航四-二级导航二
1234567891011121314151617181920212223242526272829303132333435363738394041* {margin:0;padding:0;}li {list-style:none;}a {text-decoration:none;}.nav {width:100%;position:relative;}.nav img {position:absolute;width:100%;}.nav-one {width:1060px;margin:0 auto;position:relative;z-index:1;height:50px;padding-top:10px;box-sizing:border-box;background-color:rgba(0,0,0,0.4);}.nav-one li {float:left;width:210px;}.nav-one li a {color:white;display:inline-block;padding:0px 10px;text-align:center;width:100%;height:30px;line-height:30px;margin-bottom:10px;
1234567$(function() {$(".nav-one").children().hover(function() {$(this).find(".nav-two").slideDown(100);}, function() {$(this).find(".nav-two").slideUp(100);});});
制作一款水平nav导航栏,可附加多级导航