jQuery-ui 自动完成 IE6 z-index 问题
我正在我的网站中实现 jQuery-ui 自动完成功能。在 IE6 中,自动完成框出现在其他 html 元素 select、input 等下方。这些元素与自动完成建议框重叠。在IE7、8中,运行良好。
我尝试更改父 div 的 z-index 。我将已附加自动完成功能的输入的父 div 的 z-index 更改为 99。然后我将其他元素的父 div 的样式设置为 0。但这不起作用。
还有其他人遇到同样的问题吗?
谢谢
I am implementing jQuery-ui autocomplete function in my website. In IE6, the autocomplete box appears below other html elements select, input etc. These elements overlap the autocomplete suggestions box. In IE7, 8, it works fine.
I tried changing the z-index of parent div. I changed the z-index of parent div of input, to which I have attached the autocomplete, to 99. Then I set the style for parent div of other elements to 0. But this did not work.
Anybody else had same problem?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 bgiframe 插件。它解决了这个特定问题。
Try using the bgiframe plugin. It addresses this specific problem.