From: <[EMAIL PROTECTED]>

> a suitably anonymised example
> http://murorum.demon.co.uk/mwr/.
> 
>Hovering over each of the status buttons on the left hand side of the table 
>should pop up an appropriate message. This works fine on Firefox and 
>Konqueror. As you can see IE lets the background images show through the 
>popups.
> 
>Any suggestions, including possible alternatives, would be welcome.

Each button/image anchor element will need its own z-index, starting with the 
upper left. That one should be the highest. Each of the following anchors (in 
source order) should have a lower z-index in order to display the way you 
desire. As you discovered, z-index on the span did nothing for IE, the property 
must be applied to the anchor elements. Adding the z-index in the HTML may 
actually be the easiest way to go.

hth,

~holly 
 
                   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to