Mouseovers
Ok I am trying to make a webpage that uses mouse overs but niether images appear.
[code:3pp2csdq]<td class="nav_this"><a href="#">
<img src="http://www.freewebs.com/corrosiongfx/images/home.gif" width="73" height="27" border="0"></a></td>
<td class="nav" onMouseOver="this.className='nav_over'" onMouseOut="this.className='nav'">[/code:3pp2csdq]
What is wrong here?