在 IE 8 中,选择选项在鼠标悬停时消失

发布于 2025-01-02 11:04:19 字数 483 浏览 1 评论 0原文

我正在 Joomla 1.7 网站上工作,但在 IE8 中遇到了一个奇怪的问题。当尝试从选择框中选择一个选项时,这些选项会出现一秒钟,然后当您尝试选择一个选项时,它们就会消失。它只发生在特定页面上 - 我已禁用页面上的所有其他模块以计算任何冲突(确信这与幻灯片冲突,但没有运气)。如果有人能对此有所了解,我将非常感激!以下是一些示例 - 单击“快速搜索”选择下拉列表。

该页面运行良好: //链接已删除 - 下面的解决方案

此页面没有: //链接已删除 - 下面的解决方案

谢谢!

解决方案 -- 感谢你们的意见。我把头发拔了几个小时后想通了!该模板正在调用 IE 特定的 css 行为“behavior: url(/css/PIE.htc);”对于模块包装 div。我只是在模板 html IE8 特定的 css 中强制选择框样式,现在它可以工作了。没有什么比用 IE 更浪费时间了!再次感谢。

I'm working on a Joomla 1.7 site and I'm having a strange problem in IE8. When trying to select an option from a select box, the options appear for a second and then when you try to select one they disappear. It only happens on a specific page - I've disabled every other module on the page to count out any conflicts (thought for sure it was a conflict with the slideshow, but no luck). If anybody can shed some light on this I'd really appreciate it! Below are some examples - click on the 'Quicksearch' select dropdowns.

This page works fine:
//link removed - solution below

This page doesn't:
//link removed - solution below

Thanks!

Solution -- Thank you both for your input. I figured it out after pulling my hair out for a couple hours! The template was calling IE specific css behavior 'behavior: url(/css/PIE.htc);' for the module wrapper divs. I just forced the select box styles in the template html IE8 specific css and it works now. Nothing like a waste of time with IE! Thanks again.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

无声静候 2025-01-09 11:04:19

似乎某些外部 div 有 MouseOut 事件。请看看这个也许你会找到答案。

Seems like some outer div has a MouseOut event. Please Check this out and maybe you will find your answer.

☆獨立☆ 2025-01-09 11:04:19

尝试添加

position:relative;
z-index: 0;

Try adding

position:relative;
z-index: 0;
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文