W
wallster
Hard to explain this in the subject line but I have a piece of code
that was written with fp using behaviors feature.
On rollover it changes images (jpg) on rollout it chages back, on
click it goes to a link. The problem is it uses a pointer for a cursor
instead of a finger. How do I fix it??
code:
<img border="0" src="whiteportfolio.jpg" width="271" height="42"
onclick="FP_goToURL(/*href*/'http://thewebsitelink.com/htm')"
id="img1" onmouseover="FP_swapImg(1,0,/*id*/'img1',/
*url*/'redportfolio.jpg')" onmouseout="FP_swapImgRestore()"
vspace="5">
i changed the link site to protect the innocent... Thanks
Walt
that was written with fp using behaviors feature.
On rollover it changes images (jpg) on rollout it chages back, on
click it goes to a link. The problem is it uses a pointer for a cursor
instead of a finger. How do I fix it??
code:
<img border="0" src="whiteportfolio.jpg" width="271" height="42"
onclick="FP_goToURL(/*href*/'http://thewebsitelink.com/htm')"
id="img1" onmouseover="FP_swapImg(1,0,/*id*/'img1',/
*url*/'redportfolio.jpg')" onmouseout="FP_swapImgRestore()"
vspace="5">
i changed the link site to protect the innocent... Thanks
Walt