简体   繁体   English

z-index或不透明度问题?

[英]z-index or opacity issue?

I have this website http://wedessertmore.com that has some forms popup when you click on the top menu links. 我有这个网站http://wedessertmore.com ,当您单击顶部菜单链接时,会弹出一些表格。 All works well on most browser, all but IE8 and IE9, where the popup text is showing blurred. 除IE8和IE9之外,其他所有浏览器都可以在大多数浏览器上正常运行,其中弹出文本显示模糊。 I've tried various combination of z-index values for all the items. 我已经尝试了所有项目的z-index值的各种组合。 Can it be because of the opacity values? 可能是因为不透明度值吗?

Your document has a CSS #menu-container * line 39 inside grid-layout.css file. 您的文档在grid-layout.css文件中#menu-container * CSS #menu-container *第39行。 In that css filter:alpha(opacity=10) is creating problem. 在那css filter:alpha(opacity=10)正在制造问题。 Try removing it. 尝试将其删除。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM