无标题文档 .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的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did104558
为什么display:none;IE6下无效?_html/css_WEB-ITnose
阅读:36次