好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

css怎么做下拉菜单?_html/css_WEB-ITnose

RT怎么做下拉菜单


回复讨论(解决方案)

http://www.17sucai.com/boards/16.html

   	 	 	  页面名称   #text {	width: 150px;	height: 20px;	position: relative;	background: #33CCCC;}#text div {	width: 150px;	height: 200px;	position: absolute;	top: 20px;	left: 0;	background: #009999;	display: none;}#text:hover div {	display: block;}   

文本

菜单1
菜单2
菜单3
菜单4
菜单5

查看更多关于css怎么做下拉菜单?_html/css_WEB-ITnose的详细内容...

  阅读:34次