tags:

views:

35

answers:

1

I'm stuck on an ie7 css curiousity...

try typing something in the search box (on ie7) ont eh below page, the z-index doesn't seem to be working like it does for other pop-up type elements on the same page.

http://bit.ly/cPzgom

I usually try to avoid instance-specific questions like this but it's got me really frustrated!

thanks!

+2  A: 

Try putting the div for the floating drag search results box in the context of <body>, right now in ie7 it's nested inside the div with id="search_box".

Steve-O-Rama
think something might have been deleted from your answer there, "in the context of : "
Haroldo
Forgot to highlight as code, thanks!
Steve-O-Rama
thanks steve this worked perfectly. I then used jquery's offset (http://api.jquery.com/offset/) to then set the position.
Haroldo