跨浏览器(甚至ie6)圆角和不透明度

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了跨浏览器(甚至ie6)圆角和不透明度相关的知识,希望对你有一定的参考价值。

Cross Browser rounded corners and opacity using Pie.htc
  1. #content {
  2. background: rgba(0, 0, 0, 0.25);
  3. -pie-background: rgba(0, 0, 0, 0.25);
  4. border-radius: 10px;
  5. -moz-border-radius: 10px;
  6. -webkit-border-radius: 10px;
  7. behavior: url(http://www/pie/PIE.htc);
  8. }

以上是关于跨浏览器(甚至ie6)圆角和不透明度的主要内容,如果未能解决你的问题,请参考以下文章