不同的浏览器载入不同的样式
?
1 ?用浏览器的隐藏标签
?
2 使用!important 因为微软的IE 不支持
?important 是优先的意思
?
<style type="text/css">.copyright_top { margin-top:0px!important; margin-top:-6px; height:6px!important; heihgt:0px; background-color: #e8e8e8;}</style>?
发布时间: 2012-11-16 14:12:15 作者: rapoo
不同的浏览器载入不同的样式
?
1 ?用浏览器的隐藏标签
?
2 使用!important 因为微软的IE 不支持
?important 是优先的意思
?
<style type="text/css">.copyright_top { margin-top:0px!important; margin-top:-6px; height:6px!important; heihgt:0px; background-color: #e8e8e8;}</style>?