F
frontpagecustoms.com
i'm programming a site that will have a behavior function on an image
(image swap). The tricky part is that the swapped image is a
different size than the original. When I use the preview feature in
FP2003 it looks great, however on the published site it keeps the
images the same dimension.
Here's the swap code sample:
<img border="0" src="images/IconNavigation/IconMasters/
IconNavigation_01.gif" id="img11" onmouseout="FP_swapImgRestore()"
onmouseover="FP_swapImg(1,1,/*id*/'img11',/*url*/'images/
IconNavigation/IconRollover/IconRoll_01.gif')">
You can see the "width" and "height" tags have been removed. When I
removed these it started working in the preview, however it's still
not working in the live version
I've tested in FireFox, IE7, and Safari.
Any Ideas????
(image swap). The tricky part is that the swapped image is a
different size than the original. When I use the preview feature in
FP2003 it looks great, however on the published site it keeps the
images the same dimension.
Here's the swap code sample:
<img border="0" src="images/IconNavigation/IconMasters/
IconNavigation_01.gif" id="img11" onmouseout="FP_swapImgRestore()"
onmouseover="FP_swapImg(1,1,/*id*/'img11',/*url*/'images/
IconNavigation/IconRollover/IconRoll_01.gif')">
You can see the "width" and "height" tags have been removed. When I
removed these it started working in the preview, however it's still
not working in the live version
I've tested in FireFox, IE7, and Safari.
Any Ideas????