andy8828
08-11-2008, 09:22 PM
Hi,
I am working on a web page. It has 2 navigation links. The web link is only working on Internet Explorer. It doesn't work on Firefox or Opera.
The link is inside the table. When I click on the mouse over box, the link goes to a web site. I want to make all the cells are clickable.
<table border="0" width="0" cellspacing="0" cellpadding="0" bgcolor="#ffffff">
<tr align="left">
<a href="http://www.google.com" target=_blank><td width="135" height="21" align="left" valign="middle" colspan="2" bgcolor="#f0f0f0" class="moutBtn" onmouseover="this.className='moverBtn';" onmouseout="this.className='moutBtn';"> <FONT COLOR=RED>Google</FONT>
</td></a>
</tr>
<tr align="left">
<a href="http://www.yahoo.com" target=_blank><td width="135" height="21" align="left" valign="middle" colspan="2" bgcolor="#f0f0f0" class="moutBtn" onmouseover="this.className='moverBtn';" onmouseout="this.className='moutBtn';"> Yahoo
</td></a>
</tr>
</table>
Here is the testing web page at:
http://www.uswebcity.com/temp/testing/
Can someone tell me how to change the code and fix it? So it can work on IE, Firefox and Opera. Thank you.
Andy
www.USWebCity.com
I am working on a web page. It has 2 navigation links. The web link is only working on Internet Explorer. It doesn't work on Firefox or Opera.
The link is inside the table. When I click on the mouse over box, the link goes to a web site. I want to make all the cells are clickable.
<table border="0" width="0" cellspacing="0" cellpadding="0" bgcolor="#ffffff">
<tr align="left">
<a href="http://www.google.com" target=_blank><td width="135" height="21" align="left" valign="middle" colspan="2" bgcolor="#f0f0f0" class="moutBtn" onmouseover="this.className='moverBtn';" onmouseout="this.className='moutBtn';"> <FONT COLOR=RED>Google</FONT>
</td></a>
</tr>
<tr align="left">
<a href="http://www.yahoo.com" target=_blank><td width="135" height="21" align="left" valign="middle" colspan="2" bgcolor="#f0f0f0" class="moutBtn" onmouseover="this.className='moverBtn';" onmouseout="this.className='moutBtn';"> Yahoo
</td></a>
</tr>
</table>
Here is the testing web page at:
http://www.uswebcity.com/temp/testing/
Can someone tell me how to change the code and fix it? So it can work on IE, Firefox and Opera. Thank you.
Andy
www.USWebCity.com