Click to See Complete Forum and Search --> : In IE images Overlap Auto Complete list.....


digg_guy
06-11-2008, 11:34 AM
Hey, ok I have a text box that has an auto-complete feature in it. When a user type say the letter 'a' it will produce a ul/li list right below the text box to aid the user in searching for a specific keyword. In FF it works great the list overlaps all the other elements. But, in IE 6 & 7 this doesn't happen. I have tried setting the z-index to all the ones that I want to be overlapped less than the z-index of the list but that does not work? any ideas on how this issue can be corrected?

KDLA
06-11-2008, 01:48 PM
Have you positioned the element, or solely using z-index? The element has to be positioned for z-index to work.

digg_guy
06-11-2008, 03:55 PM
Have you positioned the element, or solely using z-index? The element has to be positioned for z-index to work.


Yeah, Both have absolute positioning on them. The auto-completion list only has absolute it doesn't have any specifics on where its located. The image has a specified top and left position.

digg_guy
06-11-2008, 04:21 PM
Have you positioned the element, or solely using z-index? The element has to be positioned for z-index to work.



I posted two images of what it looks like at the following link
Click Here (http://www.bryanjblack.com/auto/)