兼容浏览器的透明css写法

日期:2008-12-15    阅读:268   分类:HTML~CSS

IE下可以使用滤镜解决,firefox,safari,opera这些则可使用-moz-opacity
opacity
解决,如下:


.transparent{
filter
:alpha(opacity=12);
-moz-opacity:0.12;
opacity
:0.12;
background
-color:#000;
}

本页链接: http://www.scriptlover.com/static/254-css-透明-兼容

标签:

相关文章

网友评论

Leave a comment

 required

 required (Not published)

 required