CSS Hack(Safari、Opera、Firefox3和IE7)_ Div+Css教程-查字典教程网
CSS Hack(Safari、Opera、Firefox3和IE7)
CSS Hack(Safari、Opera、Firefox3和IE7)
发布时间:2016-12-27 来源:查字典编辑
摘要:仅Safari和Opera识别的Hack;仅Firefox3和IE7识别的Hack。1、仅Safari和Opera识别的Hack@media...

仅 Safari 和 Opera 识别的 Hack;仅 Firefox 3 和 IE7 识别的 Hack。 1、仅 Safari 和 Opera 识别的 Hack

@media all and (min-width: 0px)

{/* Safari and Opera rules here */}

或者

@media screen and (-webkit-min-device-pixel-ratio:0)

{/* Safari and Opera rules here */}

注:这里所指代的 Safari 和 Opera 一般为最新版本。 2、仅 Firefox 3 和 IE7 识别的 Hack

selector, x:-moz-any-link, x:default

{/* Firefox 3 and IE7 rules here */}

使用方法例:

@media screen and (-webkit-min-device-pixel-ratio:0)

{

.box{width:100px;}

/* Safari and Opera rules here */

}

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新 Div+Css教程学习
    热门 Div+Css教程学习
    网页设计子分类