I Am completely new to java but picked up the following piece of javascript to change the background color of a cell on a mouseover. Everything works great in Explorer on mac and pc, but navigator is not recognizing it on both platforms.
Is there anything I can do to alleviate this problem?
<td id="navCell" bgcolor="#663399" onMouseOver="this.style.background='#330066';" onMouseOut="this.style.background='#663399';">Option</td>
The site is posted at Any help is greatly appreciated Thanks
Is there anything I can do to alleviate this problem?
<td id="navCell" bgcolor="#663399" onMouseOver="this.style.background='#330066';" onMouseOut="this.style.background='#663399';">Option</td>
The site is posted at Any help is greatly appreciated Thanks