I am using Golive on a Mac platform to create a navigation component for a website I am designing. I 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 always 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 always greatly appreciated
Thanks