好得很程序员自学网

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

IE6和IE7下浮动层被挡着了_html/css_WEB-ITnose

     无标题文档  .ceshi{	width:204px;	height:204px;	float:left;	}.ceshi a{	width:200px;	height:200px;	display:block;	border:2px #efefef solid;	position:relative;	z-index:10;	}.ceshi a .box1{	width:200px;	height:200px;	overflow:hidden;	background-color:#03C;	}.ceshi a:hover{	border:none;	}.ceshi a .box2{	display:none;	}.ceshi a:hover .box2{	width:300px;	height:300px;	overflow:hidden;	display:block;	background-color:#bf0000;	position:absolute;	top:-50px;	left:-50px;	z-index:9999;	}   

查看更多关于IE6和IE7下浮动层被挡着了_html/css_WEB-ITnose的详细内容...

  阅读:35次