Html
    Css
    Js

    
                        
* {
	margin:0px;
	padding:0px;
	list-style:none
}
#nav {
	width:820px;
	margin:0 auto;
}
#list>li {
	width:200px;
	height:30px;
	background:red;
	float:left;
	line-height:30px;
	text-align:center;
	margin-left:5px;
}
#list li ul {
	position:absolute;
	width:200px;
	height:0px;
	overflow:hidden;
	background:yellow
}
#list li ul li {
	height:30px;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

js下拉菜单

1
      #Robin.杨0
      2019/11/17 18:44:26
      代码貌似无法执行兄弟。 回复