I'm really a perfectionist when it comes to my site. When people click the menu bar, I'd like to make it so it works in all browsers, but so that when people click anywhere within the table column (<TD>), it sends them to the page, rather than when they just click on the text. However, I had problems before when trying this...don't know why, but it worked in IE 5 and not in Opera.
Can you place <a> </a> around a <td> </td>?
Example:
<a style="color:#000000;text-decoration:none;" href="http://www.hikefordiabetes.org/sponsors.htm" target="_top">
<td width=14% onMouseOver="this.style.backgroundColor='#CBDCEC';this.style.cursor='hand';" onMouseOut="this.style.backgroundColor='#FFFFFF';">
<div align="center"><font color="#00008b">Sponsors</font></div>
</td>
</a>
Is that legit in any browser?
thanks,
Rob
Can you place <a> </a> around a <td> </td>?
Example:
<a style="color:#000000;text-decoration:none;" href="http://www.hikefordiabetes.org/sponsors.htm" target="_top">
<td width=14% onMouseOver="this.style.backgroundColor='#CBDCEC';this.style.cursor='hand';" onMouseOut="this.style.backgroundColor='#FFFFFF';">
<div align="center"><font color="#00008b">Sponsors</font></div>
</td>
</a>
Is that legit in any browser?
thanks,
Rob