Dear List,
 i have a markup like this:

<ul>
     <li (left floating)>
          <div class="preview"><a href="#">img</a></div>
          <div class="big-image">img + text</div>
     </li>
     <li>
          <div class="preview"><a href="#">img</a></div>
          <div class="big-image">img + text</div>
     </li>
       and so on ....
</ul>

On mouse hover on the link in the preview div -> i display the big-image div
The big-image div is always positioned absolute right above the preview image.

I gave the Big-Image Div a z-index to make it show above all the other
list items as long its
hovering.

This works fine in Firefox but it fails in IE generally.

In IE i see my big-image div UNDERNEATH following items and its ABOVE
the items which came before in the markup.
Its like the following Items are having an higher Z-Index.

Can somebody give me some hints here?

Thanks in advance!
Martin
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to