jQuery UI Autocomplete with scrollbar z-index help

Posted by rpf3 on Stack Overflow See other posts from Stack Overflow or by rpf3
Published on 2011-01-12T22:08:18Z Indexed on 2012/12/01 11:05 UTC
Read the original article Hit count: 347

I have a textbox that I am attaching jQuery UI's Autocomplete functionality to and I am using CSS to give it a max height via the example here. My problem is that doing this causes the z-index problem that bgiframe solves to come back again, but in a different way. The initial autocomplete menu is above all the controls underneath it, but when I begin to scroll the autocomplete menu falls behind them.

Any suggestions?

EDIT:

This is purely an IE6 bug.

alt text

alt text

As you can see, after scrolling down the autocomplete falls behind the other controls.

© Stack Overflow or respective owner

Related posts about jquery-ui

Related posts about autocomplete