DzR主样式表(第三部分,IE)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DzR主样式表(第三部分,IE)相关的知识,希望对你有一定的参考价值。
Fixes and fallbacks for IE for [my reset stylesheet](http://snipplr.com/view/16353/ "DzR Full CSS Reset"). Actually two separate stylesheets: one for IE in general and one for IE6 specifically.[Part I](http://snipplr.com/view/16353/ "DzR Master Stylesheet (Part I, Reset)")
[Part II](http://snipplr.com/view/16354/ "DzR Master Stylesheet (Part II, Classes)")
-------------------------- For IE in general -------------------------------- hr { height:5px; margin:0; } ol.lines { list-style-type:decimal; } legend { padding-left:0; padding-right:0; } ------------------------------ For IE 6 ------------------------------------- dl { margin-top:0.5em; } select { vertical-align:text-top; } ul.inline li, ol.inline li { display:inline; } /*selector element `>` and pseudo-class :first-child aren't supported, so we'll have to use the `tree` class on everything*/ ol.tree li div.tree { text-indent:0; padding-left:0.4ex; /*= D*/ } ol.tree li div.tree span.tree { display:block; height:0; overflow:hidden; border-bottom:1px solid #BBB; width:1.55ex; /*= A*/ margin-left:-1.95ex; /*= -(A + D)*/ margin-bottom:-0.825em; /*= C + (line-height)/2*/ }
以上是关于DzR主样式表(第三部分,IE)的主要内容,如果未能解决你的问题,请参考以下文章