#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 \0;   ⁄* IE8支持 *⁄
}

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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
  • 2022-01-06
  • 2022-01-06
  • 2021-06-28
猜你喜欢
  • 2021-12-19
  • 2022-01-31
  • 2022-01-05
  • 2022-12-23
  • 2021-10-12
  • 2021-10-30
  • 2021-08-18
相关资源
相似解决方案