Firefox 中的 jqModal 叠加层不透明
我正在将 jqModal 用于我正在开发的应用程序。 它在 IE8 中运行良好,但在 Firefox 3.5.2 中,窗口出现但覆盖层为纯黑色。 这似乎是 CSS 问题,但我不确定。 jqModal 站点上的示例工作正常。
有任何想法吗? 谢谢。
站点:带有 MS AJAX
jQuery 1.3.2
最新 jqModal
的 ASP.NET 更新: 重新排列我的页面和用户控件,以便所有
I'm using jqModal for an application I'm developing. It works great in IE8, but in Firefox 3.5.2, the window comes up but the overlay is solid black. It seems like a CSS problem but I'm not sure. The samples on the jqModal site work fine.
Any ideas? Thanks.
Site: ASP.NET with MS AJAX
jQuery 1.3.2
latest jqModal
UPDATE: After rearranging my page and usercontrols so that ALL <script>
and CSS references were in the hosting .aspx page (none whatsoever in the usercontrols), the problem magically went away.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你如何初始化它? 如果您指定
overlay
参数且值为 100,则叠加层将完全不透明。 也许是一个代码片段?How are you initializing it? If you specify the
overlay
parameter and is 100 then the overlay will be completely opaque. A code snippet, perhaps?重新排列我的页面和用户控件,使所有和 CSS 引用都位于托管 .aspx 页面中(用户控件中没有任何内容)后,问题神奇地消失了。
After rearranging my page and usercontrols so that ALL and CSS references were in the hosting .aspx page (none whatsoever in the usercontrols), the problem magically went away.