好得很程序员自学网

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

新手求教:关于定位和z-index不起作用的问题,请各位大神帮忙,在线等_html/css_WEB-

代码如下:








下拉菜单


$(document).ready(function(){
$("#slide").toggle(function(){
$("#down_box").show();
},function(){
$("#down_box").hide();
})
})



p{margin:0;padding:0;}
.admin_bar{width:200px;height:40px;margin-top:10px;background-color:#099dfa;line-height:40px;position:absolute;}
.down_box{width:213px;height:122px;background-color:white;border:1px solid #bfc0c1;position:relative;top:0px;left:50px;z-index:1000;}
.admin_bar span p,img{float:left;}
.admin_bar span img{margin:4px 10px 0 15px;}
.admin_bar a{float:right;width:22px;height:11px;margin:12px 10px 0 0;}
.down_box span{display:block;width:100%;height:40px;line-height:40px;}
.down_box img{margin:4px 10px 0 15px;}




你好,管理员



查看更多关于新手求教:关于定位和z-index不起作用的问题,请各位大神帮忙,在线等_html/css_WEB-的详细内容...

  阅读:29次