问题描述
我有一个< div>
打开一个jquery hover事件(显示从隐藏
block
)。
I have a <div>
that opens up on a jquery hover event (display goes from hidden
to block
).
有时它会打开一些表单元素。当然,它在所有浏览器工作正常,除了IE6。 < select>
框会通过,如同z-index高于< div>
标签。我尝试设置具有更高z-index的< div>
标签,但IE6仍然被忽略。
Sometime it's opens up over some form elements. And of course it works fine in all browsers except IE6. <select>
boxes bleed through as if there z-index is higher than the <div>
tag. I've tried setting the <div>
tag with a higher z-index, but it still gets ignored by IE6.
我希望实现任何修复 - jquery或css,我真的不在乎这一点。
I'm hoping to implement any fix -- jquery or css, I really don't care at this point.
任何想法?
推荐答案
http://plugins.jquery.com/project/bgiframe =nofollow noreferrer> bgiframe plugin。
You need the bgiframe plugin.
这篇关于IE6和HTML的Z-Index问题< select>元件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!