![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
mbluedke, Instead of using an "absolute" CSS position you should use "Relative" positioning. Relative positioning will dynacally adjust the child element's position based on the parent element's X,Z postion. table width="80" border="1" bordercolor="#000000" align="center" cellpadding="0" cellspacing="10" tr td width="49%" div id="Layer1" style="position:absolute; width:200px; z-index:1; left: 5px; top: 5px;">An Absolute Layer </div /td /tr tr td div id="Layer2" style="position:relative; width:200px; z-index:2; left: 5px; top: 5px;">A Relative Layer </div /td /tr /table MindCrafter [l=www.mindcrafter.com]http://www.mindcrafter.com |
#4
| |||
| |||
|
|
I have a table that is center justified, If I place a layer in the table the layer postion is based off of the page corner (I think) so when I view the web page the layer will shift to the left because the page will center due to the table. How do I make the layer follow the table so when the table centers in the browser the layer will move with it and not be based off of the absolute postition Thanks for the help |
![]() |
| Thread Tools | |
| Display Modes | |
| |