Css3_浏览器支持

#box{
     color:red;    ⁄* 所有浏览器都支持 *⁄ 
     color:red !important;   ⁄* Firefox、IE7支持 *⁄
    _color:red;   ⁄* IE6支持 *⁄
    *color:red;   ⁄* IE6、IE7支持 *⁄
    *+color:red;   ⁄* IE7支持 *⁄
    color:red 9;   ⁄* IE6、IE7、IE8支持 *⁄
    color:red ;   ⁄* IE8支持 *⁄
}

http://paranimage.com/css3-box-shadow-property-tutorial/  

CSS3属性box-shadow使用教程

原文地址:https://www.cnblogs.com/ingstyle/p/4120513.html