CyberScout
02-19-2003, 05:16 PM
Ok, I have placed a DIV Layer inside a table.
<table>
<tr>
<td>
<div id="Layer1" style="position:absolute; width:200px; height:115px; z-index:1"></div>
</td>
</tr>
</table>
I have multiple Layers inside this table, so is there a way I can have each layer change the size of the table depending on which one is being shown?
An example of the page I am working on can be found here:
http://www1.hfs.psu.edu/EastView/constructionTEST/default.stm
Thanks in advance
CyberScout
<table>
<tr>
<td>
<div id="Layer1" style="position:absolute; width:200px; height:115px; z-index:1"></div>
</td>
</tr>
</table>
I have multiple Layers inside this table, so is there a way I can have each layer change the size of the table depending on which one is being shown?
An example of the page I am working on can be found here:
http://www1.hfs.psu.edu/EastView/constructionTEST/default.stm
Thanks in advance
CyberScout