Repositioning layers

liunx

Guest
Hello,<br />
<br />
I'm new to web design so go easy guys....<br />
<br />
I've have layers on my web page that are at various positions on the page. They are all positioned correctly as long as my table is aligned to the left of the screen. However, this is isn't ideal because I'd like the whole page to be centered. How can I get the layers to stay in their correct position when the user resizes his or her window......and was I wrong to use layers in the first instance...<br />
<br />
Thanks in advance....<br />
<br />
Rich<!--content-->if you use css property<br />
text-align:center;<br />
<br />
that should put them in center<!--content-->Tried that.<br />
<br />
Problem is that my page is a table with a couple of layers over it. So I can center the table no problem and I can position the layers in the correct position also. the problem occurs if I resize the window. what happens then is that the table repositions in the window but the layers ( created with DIV tags ) remain in the same place. I want the layers to move with the table and so with the page.<br />
<br />
<br />
cheers<br />
<br />
<br />
Rich<!--content-->You could try % widths. failing that can you give us the code/url<!--content-->
 
Back
Top