首页 > 代码库 > CSS透明度设置支持IE,Chrome,Firefox浏览器

CSS透明度设置支持IE,Chrome,Firefox浏览器

CSS文件里设置例如以下就可以

filter:alpha(opacity=60); //支持IE
opacity:0.6; //支持Chrome。Firefox

CSS透明度设置支持IE,Chrome,Firefox浏览器