在 IE 8 中,选择选项在鼠标悬停时消失
我正在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
似乎某些外部 div 有 MouseOut 事件。请看看这个也许你会找到答案。
Seems like some outer div has a MouseOut event. Please Check this out and maybe you will find your answer.
尝试添加
Try adding