Changing multiple images with onmouseover

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')">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

I just can't figure out how you can change 2 graphics with the function.
TIA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top