CSS DzR主样式表(第III部分,IE)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS DzR主样式表(第III部分,IE)相关的知识,希望对你有一定的参考价值。
-------------------------- 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*/
}
以上是关于CSS DzR主样式表(第III部分,IE)的主要内容,如果未能解决你的问题,请参考以下文章
CSS DzR主样式表(第二部分,类)
CSS DzR主样式表(第一部分,重置)
DzR主样式表(第二部分,类)
DzR主样式表(第一部分,重置)
Sass与Compress实战:第五章
动态加载 css 样式表在 IE 上不起作用