好得很程序员自学网

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

为什么display:none;IE6下无效?_html/css_WEB-ITnose

     无标题文档  .ceshi a{	width:200px;	height:200px;	position:relative;	background-color:#0F0;	display:block;	}.ceshi a .b{	width:100px;	height:100px;	position:absolute;	right:0px;	bottom:0px;	background-color:#000;	}.ceshi a:hover{	border:0 none; /*这个地方是在网上看的方法,IE6下无法起到作用*/	}.ceshi a:hover .b{	display:none;	}   

查看更多关于为什么display:none;IE6下无效?_html/css_WEB-ITnose的详细内容...

  阅读:36次