Trying to use a <body id=""> tag to simulate a hover event on any given image of my navbar. Is it possible? Could a "swap image" script work? I'm willing to place the images in an "li,ul" list if need be.
Any advice on this or any other aspect of my code is welcome. Thanks.
<div style="width:100%;display:scroll;position:fixed;top:0px;left:0px;" class="spannav">
<table width=100% height=100 bgcolor="#ffffff"><tr><td width=50% style="padding-left:25px">
<img src="http://i40.photobucket.com/albums/e250/jonsan32/New%20Album/epicheader.png" width="400" />
</td><td width=50% align="right">
<table width=100% border=0><tr>
<td align="center" valign="bottom" style="padding-bottom:0px; padding-left:0px;">
<a href="http://www.epicbasketball.com"><img src="http://i40.photobucket.com/albums/e250/jonsan32/New%20Album/epicevent3.png" height="95" name="event" /></a>
</td>
<td align="center" valign="bottom" style="padding-bottom:8px; padding-right:0px;">
<a href="http://www.epicbasketball.com/p/3on3-tournaments.html"><img src="http://i40.photobucket.com/albums/e250/jonsan32/New%20Album/bb097a8b.jpg" height=90 onmouseover="this.src='http://i40.photobucket.com/albums/e250/jonsan32/New%20Album/7620b8f9.jpg';" onmouseout="this.src='http://i40.photobucket.com/albums/e250/jonsan32/New%20Album/bb097a8b.jpg';" /></a>
</td>
<td align="center" valign="bottom" style="padding-bottom:13px; padding-right:8px;">
<a href="http://www.epicbasketball.com/p/clinics.html"><img src="http://i40.photobucket.com/albums/e250/jonsan32/New%20Album/c6c9985f.jpg" height=80 onmouseover="this.src='http://i40.photobucket.com/albums/e250/jonsan32/New%20Album/4f63da4d.jpg';" onmouseout="this.src='http://i40.photobucket.com/albums/e250/jonsan32/New%20Album/c6c9985f.jpg';" /></a>
</td>
<td align="center" valign="bottom" style="padding-bottom:11px; padding-right:5px;">
<a href="http://www.epicbasketball.com/p/workouts.html"><img src="http://i40.photobucket.com/albums/e250/jonsan32/New%20Album/dfdc548d.jpg" height=95 onmouseover="this.src='http://i40.photobucket.com/albums/e250/jonsan32/New%20Album/c6025384.jpg';" onmouseout="this.src='http://i40.photobucket.com/albums/e250/jonsan32/New%20Album/dfdc548d.jpg';" /></a>
</td>
<td align="center" valign="bottom" style="padding-bottom:14px; padding-right:5px;">
<a href="http://www.epicbasketball.com/p/forum_02.html"><img src="http://i40.photobucket.com/albums/e250/jonsan32/New%20Album/26c44db6.jpg" height=90 onmouseover="this.src='http://i40.photobucket.com/albums/e250/jonsan32/New%20Album/f95f83e2.jpg';" onmouseout="this.src='http://i40.photobucket.com/albums/e250/jonsan32/New%20Album/26c44db6.jpg';" /></a>
</td>
<td align="center" valign="bottom" style="padding-bottom:4px; padding-right:0px;">
<a href="http://www.epicbasketball.com/p/members.html"><img src="http://i40.photobucket.com/albums/e250/jonsan32/New%20Album/60b6dfe3.jpg" height=110 onmouseover="this.src='http://i40.photobucket.com/albums/e250/jonsan32/New%20Album/08b918c5.jpg';" onmouseout="this.src='http://i40.photobucket.com/albums/e250/jonsan32/New%20Album/60b6dfe3.jpg';" /></a>
</td>
<td align="center" valign="bottom" style="padding-bottom:20px; padding-right:10px;">
<a href="http://www.epicbasketball.com/p/more.html"><img src="http://i40.photobucket.com/albums/e250/jonsan32/New%20Album/47019086.jpg" height=80 onmouseover="this.src='http://i40.photobucket.com/albums/e250/jonsan32/New%20Album/0ca3af52.jpg';" onmouseout="this.src='http://i40.photobucket.com/albums/e250/jonsan32/New%20Album/47019086.jpg';" /></a>
</td>
</tr></table>
</td></tr></table><img src="http://i40.photobucket.com/albums/e250/jonsan32/New%20Album/gradient.png" height="20" width="100%" /></div>