I am changing my site to have Javascript mouseover buttons, but I can't seem to get it to work..
| Quote: |
| The Mouseover
<a href="website.com" onmouseover="image1.src=loadImage1.src;" onmouseout="image1.src=staticImage1.src;"> <img name="image1" src="images/index_03.gif" border=0></a> |
| Quote: |
| The Thing I am trying to merge it with
<table id="Table_01" border="0" cellpadding="0" cellspacing="0" height="601" width="800"> <tbody> <tr> <td colspan="7"> <img src="images/index_01.gif" alt="" height="166" width="800"></td> </tr> <tr> |
