gpt4 book ai didi

javascript - IE8 中的背景不透明度不起作用

转载 作者:行者123 更新时间:2023-11-30 08:03:44 24 4
gpt4 key购买 nike

enter image description here

这里我有 2 张 IE8 和 IE9 图片。下面是我的代码

.ui-widget-content { border: 0px solid #aaaaaa/*{borderColorContent}*/; background: rgba(0, 0, 0, 0.1) ;     /*{bgColorContent}*/ url(images/scroll.png)/*{bgImgUrlContent}*/ 0/*{bgContentXPos}*/ 0/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/;  border-top: solid 1px #FF0000;}
.ui-widget-content a { color: #222222/*{fcContent}*/; }

背景:rgba(0, 0, 0, 0.1) ;这在 IE9 中工作正常,但在 IE8 中不起作用。请帮助解决此问题

最佳答案

http://www.w3schools.com/css/css_image_transparency.asp

img{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}

关于javascript - IE8 中的背景不透明度不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21753939/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com