Hi all,
i have to create an image in my website , in this image when i click the image the page will directly scrolll down the mentioned below link ( terms.htm), but my problem is that page has been redirect to mozilla and chrome but never redirect internet explorer 9. in explorer it showing hover symbal only but its never redirect, so please find out hte below code which i declared in my project and let me know please its very urjent..
my html code is:
<div class="banner"><a href="terms.htm#Fair usage policy"><table width="924" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="360" align="left" valign="top" >
<table width="100%" height="241" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th height="195" colspan="3" align="left" valign="top" scope="col">
</th>
<th width="12%" align="left" valign="top" scope="col">
</th>
<th width="1%" align="left" valign="top" scope="col">
</th>
</tr>
<tr>
<td width="39%" align="left" valign="top" style="height: 45px"> </td>
<td width="40%" align="left" valign="top" style="height: 45px"><span class="banner_txt_htxt"></span>
<span class="banner_txt_hd"></span></td>
<td width="8%" align="left" valign="top" style="height: 45px"> </td>
<td align="left" valign="top" class="viewmore" style="height: 45px"><a href="rates.aspx"><%--<img src="images/view_more_bg.jpg" width="114" height="32" border="0">--%></a></td>
<td align="left" valign="top" style="height: 45px"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<th height="19" align="center" valign="top" class="dot_line" scope="col">
</th>
</tr>
</table></a></div>
thanks in advance...