jQuery Cycle 插件:IE 中的白色背景(任何版本)
在 IE 中,jQuery Cycle 插件将背景设置为白色...即使我对所有内容都设置了 CSS 透明
in IE jQuery Cycle Plugin sets the background to white... even i have the CSS transparent for everything
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是原始问题的正确答案:
将此参数添加到您的 jQuery 中:
cleartypeNoBg:true
所以它应该看起来像这样:
-W
This is the correct answer to the original question:
Add this param to your jQuery:
cleartypeNoBg:true
so it should look like this:
-W
如果您的 css 具有 rgba 值但仍未显示,那么您应该尝试将其添加到 ie.css 文件中,以获取该特定 div 的
透明背景 IE hack :
If your css has rgba values and still it is not being displayed then you should try add this to your ie.css file for that particular div
Transparent background for IE hack :