- From: Jan Eric Hellbusch <hellbusch@web.de>
- Date: Thu, 7 Mar 2002 12:38:56 +0100
- To: "SHARPE, Ian" <Ian.SHARPE@cambridge.sema.slb.com>, "WAI \(E-mail\)" <w3c-wai-ig@w3.org>
> 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