Francois Jordaan wrote:

> This IE quirk seems to catch me on nearly every project:
>
> http://paper.isotoma.com/examples/_test-position.html
>
> It comes down to the stacking model. All I remember from last time I
> struggled with this is it's well-nigh impossible to work around. I
> really, really want Item 3 to be above Item 2, but Item 2 *must* be
> position:relative.
>
> Anyone have a quick suggestion, something I might be missing?

If you give Item 2 z-index:-1, it looks like it works.
Not tested for possible side-effects when more content is involved.

-- 
Els

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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