Click here to Skip to main content
15,913,201 members

Comments by Eddie1987 (Top 2 by date)

Eddie1987 19-Aug-11 17:17pm View    
It's hard to understand your solution so let me to make it easy

When i move with the mouse on the text(NBA) then i want to change the image to another one and when i leave the text to return the default image

please help.

<table>
<tr>
<td>NBA</td>
</tr>
</table>

<table>
<tr>
<td><img src="NBA.jpg" alt="NBA"/></td>
</tr>
</table>
Eddie1987 9-Jul-11 10:11am View    
Thank u so much !!!
:-)