码迷,mamicode.com
首页 > 其他好文 > 详细

KACK的处理方法

时间:2014-08-18 18:25:52      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   div   log   ef   sp   

demo:
        .eq {
             color:#f00;/*标准浏览器*/
             color:#f30\0;/*IE8,IE9,opera*/
             *color:#c00;/*IE7及IE6*/
             _color:#600;/*IE6专属*/
            }
        :root .eq {color:#a00\9;}/*IE9专属*/
        @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){.eq {color:#450;}}/*opera专属*/
        @media screen and (-webkit-min-device-pixel-ratio:0){.eq {color:#879;}}/*webkit专属*/
        @-moz-document url-prefix(){ .eq {color:#4dd;}}/*firefox专属*/

 

KACK的处理方法,布布扣,bubuko.com

KACK的处理方法

标签:style   blog   color   io   div   log   ef   sp   

原文地址:http://www.cnblogs.com/xinlinux/p/3920052.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!