Hi,
Is there a way to make a link under a div layer active?
Really been struggling with this!
Reality is built on a foundation of dreams.
Is there a way to make a link under a div layer active?
Really been struggling with this!
Code:
<body bgcolor="#000000" style="margin-bottom: 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px;">
<div id=layer2 style="position:relative; width:100%; height:100%; margin-bottom: 0px; z-index:5; padding:0px; visibility: visible;">
<center>
<table width="100%" height="100%" padding="0" cellspacing="0">
<tr>
<td valign="bottom" align="center" width="100%" height="100%">
</td>
</tr>
</table>
</center>
</div>
<div id=layer1 style="position:absolute; top: 0; width:100%; height:100%; margin-bottom: 0px; z-index:4; padding:0px; visibility:visible;">
<table width=100% height="100%" bgcolor="#C0C0C0" border="0">
<tr>
<td width="100%" align="center">
<table>
<tr>
<td align="center">
<a href="layers.html">Test Here</a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%" height="34" bgcolor="#000000"> </td>
</tr>
</table>
</div>
Reality is built on a foundation of dreams.