Interactive Button not changing on mouseover

V

Veronika

I have used the interactive button function that comes with FP2003
(replacing my hover buttons), but when view it, it does not change the color
when mouse if over the text. It stays the same. I checked the and the
button6A is green O.K. (009900)
What am I doing wrong??

<a href="xxxxx">
<img border="0" id="img1" src="../../Brampton/images/button69.jpg"
height="20" width="388" alt="Click to Update your Company's Information"
fp-style="fp-btn: Simple Text 4; fp-font: Verdana; fp-font-style: Bold;
fp-font-size: 11; fp-font-color-hover: #009900; fp-proportional: 0"
fp-title="Click to Update your Company's Information"
onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'../../Brampton/images/button6A.jpg')"
onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'../../Brampton/images/button69.jpg')"
onmousedown="FP_swapImg(1,0,/*id*/'img1',/*url*/'../../Brampton/images/button6B.jpg')"
onmouseup="FP_swapImg(0,0,/*id*/'img1',/*url*/'../../Brampton/images/button6A.jpg')"></a>

Tx
Veronika
 
V

Veronika

Actually, when I click just the preview, I see the color O.K. But when I
view it properly in the browser the color does not change.

Vera
 
Top