标签:style blog http color os io ar div sp
1.display:inline-block
这个熟悉比较常用,但是IE浏览器的兼容就不好,
IE浏览的兼容办法:*display:inline; zoom:1;
2.margin:0 auto;
水平居中,单在IE中无效,
兼容方法:需要在居中的层的父类中加上
*text-align:center;
3.IE兼容 css3属性等
前提:下载ie-css3.htc
用法:在用的css3的规则里面添加
behavior: url(ie-css3.htc);
border-radius | 为元素四个角设置圆角属性 元素边框 |
只设置一个角落的圆角属性 |
box-shadow | 模糊大小参数 偏移值 |
不支持除了黑色(#000)以外的其他颜色 |
text-shadow | 模糊大小参数 偏移值 颜色值 |
IE下的表现与Firefox/Safari/Chrome有一点点的差异,原因不详 |
标签:style blog http color os io ar div sp
原文地址:http://www.cnblogs.com/hanbingljw/p/3956543.html