jQuery-ui autocomplete IE6 z-index problem
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开发者_StackOverflow中文版 had same problem?
Thanks
Try using the bgiframe plugin. It addresses this specific problem.
精彩评论