Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这个网站http://wedessertmore.com当您单击顶部菜单链接时会弹出一些表单。在大多数浏览器上都运行良好,除了 IE8 和 IE9,弹出文本显示模糊。我已经尝试了所有项目的 z-index 值的各种组合。可能是因为不透明度值吗?
#menu-container *您的文档在 grid-layout.css 文件中有一个 CSS第 39 行。在那个cssfilter:alpha(opacity=10)中创造了问题。尝试删除它。
#menu-container *
filter:alpha(opacity=10)