webtekie
08-19-2003, 10:21 AM
Hi guys,
I have a layer in IE, is it possible to make it so when layer is clicked on user is redirected to another page. Same thing as <a href>link</a> works but only with <div>. I tried surrounding the whole <div> in <a href> but it does not seem to work. Any suggestions?
<div style="position:right;
width:226px;
height:15px;
left: 0px;
top: 123px;
background-color: #ffcc33;
z-index: 2;
padding: 3px 3px 3px 3px;
border-style: solid;
border-color: #000000;
border-width: 1px;
text-align: right;
visibility:visible">
<table cellspacing="1"
cellpadding="0"
cellpadding="0"
border="0">
<tr>
<td><img src="generic_images/notify.gif"
valign="botton">
</td>
<td class="pswd">
<%=expireMsg%>
</td>
</tr>
</table>
</div>
thanks,
webtekie
I have a layer in IE, is it possible to make it so when layer is clicked on user is redirected to another page. Same thing as <a href>link</a> works but only with <div>. I tried surrounding the whole <div> in <a href> but it does not seem to work. Any suggestions?
<div style="position:right;
width:226px;
height:15px;
left: 0px;
top: 123px;
background-color: #ffcc33;
z-index: 2;
padding: 3px 3px 3px 3px;
border-style: solid;
border-color: #000000;
border-width: 1px;
text-align: right;
visibility:visible">
<table cellspacing="1"
cellpadding="0"
cellpadding="0"
border="0">
<tr>
<td><img src="generic_images/notify.gif"
valign="botton">
</td>
<td class="pswd">
<%=expireMsg%>
</td>
</tr>
</table>
</div>
thanks,
webtekie