Log in

View Full Version : Layers


jon_m212
Aug 11, 2003, 08:26 AM
Hi,

I'm wondering if it is possible to centre a layer according to the size of the browsers window like a centre table would.

Many Thanks, John

coreybryant
Aug 11, 2003, 10:20 AM
Something like this:

<center>
<div id="Layer1" style="position: absolute; width:200px; height:115px; z-index:1">text</div>
</center>