jQuery-ui autocomplete IE6 z-index problem -
I am implementing the jQuery-UI auto completion function in my website. In IE6, the autocomplete box is selected under the other HTML elements, the input etc. is selected. These elements overlap on the autocomplete suggestions box. In IE7, 8, it works fine.
I tried changing the z-index of parent division. I have changed the Z-index of the parent division of the input on which I have added the autocomplete to 99. Then I have set the style to 0 for the parent div of the other elements. But it does not work.
Is anyone else having the same problem?
Thank you
This addresses this specific problem.
Comments
Post a Comment