欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

CSS教程之通用的css hack簡(jiǎn)介

  發(fā)布時(shí)間:2012-07-11 15:17:14   作者:佚名   我要評(píng)論
本文主要介紹了通用的css hack
.all-IE{property:value\9;}
:root .IE-9{property:value\0/;}
.gte-IE-8{property:value\0;}
.lte-IE-7{*property:value;}
.IE-7{+property:value;}
.IE-6{_property:value;}
.not-IE{property//:value;}
@-moz-document url-prefix() { .firefox{property:value;} }
@media all and (-webkit-min-device-pixel-ratio:0) { .webkit{property:value;} }
@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0) { .opera{property:value;} }
@media screen and (max-device-width: 480px) { .iphone-or-mobile-s-webkit{property:value;} }

相關(guān)文章

最新評(píng)論