J
jvles
I have the following code for one of my buttons. Everything works
perfectly, except that when the mouse gets off the button, the color of
the button doesn't change (most of the time, sometimes it does...):
<td valign="top"><a href="collections.htm">
<img border="0" id="img5" src="images/button1C.jpg" height="20"
width="100" alt="Collections" fp-style="fp-btn: Simple Text 1; fp-font:
Verdana; fp-font-color-normal: #C0C0C0; fp-font-color-hover: #CC3300;
fp-font-color-press: #C0C0C0; fp-img-press: 0; fp-preload: 0"
fp-title="Collections"
onmouseover="FP_swapImg(0,0,/*id*/'img5',/*url*/'images/button1D.jpg')"
onmouseout="FP_swapImg(0,0,/*id*/'img5',/*url*/'images/button1C.jpg')"></a></td>
perfectly, except that when the mouse gets off the button, the color of
the button doesn't change (most of the time, sometimes it does...):
<td valign="top"><a href="collections.htm">
<img border="0" id="img5" src="images/button1C.jpg" height="20"
width="100" alt="Collections" fp-style="fp-btn: Simple Text 1; fp-font:
Verdana; fp-font-color-normal: #C0C0C0; fp-font-color-hover: #CC3300;
fp-font-color-press: #C0C0C0; fp-img-press: 0; fp-preload: 0"
fp-title="Collections"
onmouseover="FP_swapImg(0,0,/*id*/'img5',/*url*/'images/button1D.jpg')"
onmouseout="FP_swapImg(0,0,/*id*/'img5',/*url*/'images/button1C.jpg')"></a></td>