AW: CSS issues

>  1. Any way to over-ride the positioning of elements to prevent increased
>  size text being hidden behind other elements.

Try z-index )ie, high number for the text you want up front and low number
for the background stiff=:

div.mytext { ... z-index: 123; ...}

I haven’t tested it!

Prost Jan

Received on Thursday, 7 March 2002 06:32:47 UTC