css实现透明度(兼容IE6、火狐等)

具体代码:

filter:alpha(opacity=50);    //兼容ie
opacity:0.5;  //其他浏览器

若此层内的图片等不能实现透明度,只需要在此元素的上层元素(即父元素)设置css:

position:relative;

posted @ 2013-08-14 10:04  燕舞春天  阅读(222)  评论(0编辑  收藏  举报