C
corndog
I'm a newbie and I'm trying to use the built-in dynamic buttons to build a
page, but I'd like it to change 2 graphics on the page instead of just the
button graphic when you mouseover it. How do you do it with the FP_swapImg
function that FP creates? Here's a button I'm talking about:
<img border="0" id="img2" src="button1E.jpg" height="40" width="200"
alt="Run Virus Cleaner" fp-style="fp-btn: Embossed Rectangle 1;
fp-font-size: 11" fp-title="Run Virus Cleaner"
onmouseover="FP_swapImg(1,0,/*id*/'img2',/*url*/'button1F.jpg')"
onmouseout="FP_swapImg(0,0,/*id*/'img2',/*url*/'button1E.jpg')"
onmousedown="FP_swapImg(1,0,/*id*/'img2',/*url*/'button20.jpg')"
onmouseup="FP_swapImg(0,0,/*id*/'img2',/*url*/'button1F.jpg')">
I just can't figure out how you can change 2 graphics with the function.
TIA
page, but I'd like it to change 2 graphics on the page instead of just the
button graphic when you mouseover it. How do you do it with the FP_swapImg
function that FP creates? Here's a button I'm talking about:
<img border="0" id="img2" src="button1E.jpg" height="40" width="200"
alt="Run Virus Cleaner" fp-style="fp-btn: Embossed Rectangle 1;
fp-font-size: 11" fp-title="Run Virus Cleaner"
onmouseover="FP_swapImg(1,0,/*id*/'img2',/*url*/'button1F.jpg')"
onmouseout="FP_swapImg(0,0,/*id*/'img2',/*url*/'button1E.jpg')"
onmousedown="FP_swapImg(1,0,/*id*/'img2',/*url*/'button20.jpg')"
onmouseup="FP_swapImg(0,0,/*id*/'img2',/*url*/'button1F.jpg')">
I just can't figure out how you can change 2 graphics with the function.
TIA