您的位置:首页 > Web前端 > CSS

兼容IE,Firefox,CSS3 opacity透明度

2012-02-13 11:57 295 查看

兼容IE,Firefox,CSS3 opacity透明度

div.transp { /* make the div translucent */
opacity: 0.6;                /* Firefox, Safari(WebKit), Opera)
filter: "alpha(opacity=60)"; /* IE 8 */
filter: alpha(opacity=60);   /* IE 4-7 */
zoom: 1;                     /* needed in IE up to version 7, or set width or height to trigger "hasLayout" */
}

原文地址
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  职场 Firefox 休闲