CSS透明度设置支持IE,Chrome,Firefox浏览器_html/css
来源:动视网
责编:小采
时间:2020-11-27 16:08:05
CSS透明度设置支持IE,Chrome,Firefox浏览器_html/css
CSS透明度设置支持IE,Chrome,Firefox浏览器_html/css_WEB-ITnose:CSS文件中设置如下即可 filter:alpha(opacity=60); //支持IE opacity:0.6; //支持Chrome,Firefox 版权声明:本文为博主原创文章,未经博主允许不得转载。
导读CSS透明度设置支持IE,Chrome,Firefox浏览器_html/css_WEB-ITnose:CSS文件中设置如下即可 filter:alpha(opacity=60); //支持IE opacity:0.6; //支持Chrome,Firefox 版权声明:本文为博主原创文章,未经博主允许不得转载。

CSS文件中设置如下即可
filter:alpha(opacity=60); //支持IE
opacity:0.6; //支持Chrome,Firefox
版权声明:本文为博主原创文章,未经博主允许不得转载。
CSS透明度设置支持IE,Chrome,Firefox浏览器_html/css
CSS透明度设置支持IE,Chrome,Firefox浏览器_html/css_WEB-ITnose:CSS文件中设置如下即可 filter:alpha(opacity=60); //支持IE opacity:0.6; //支持Chrome,Firefox 版权声明:本文为博主原创文章,未经博主允许不得转载。