Z-Index problems with IE6 and html <select> element

回眸只為那壹抹淺笑 提交于 2019-11-29 12:06:31

You need the bgiframe plugin.

As far as I know, there is no simple workaround for this (see this MSDN blog entry). I know only clever but really really complicated workarounds such as this one. Yuck!

z-index is buggy in all versions of IE but IE6 in particular lets "select" always be on top.

You can't just ditch a browser if customers still use it. IF I am going to put a div on top of an input field (particularily drop down boxes) then I set the .style.visibility to false on the underlying boxes before I put the div on top. It is crude, but it works.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!