01-15-2010, 10:48 AM
This is how you would call the function...
"images/Test1.jpg" will be swapped with "images/white.png", and "motion3" stands for the element witht he same name... In the above code it's the img tag...
I don't know much about it, since I don't use Dreamweaver.... sorry!
Code:
<img src="images/square.png" alt="" name="motion3" width="19" height="19" border="0" id="motion3"
onMouseOver="MM_swapImage('motionbox','','images/Test1.jpg','motion3','','images/white.png',1)"
onMouseOut="MM_swapImgRestore()"/>
"images/Test1.jpg" will be swapped with "images/white.png", and "motion3" stands for the element witht he same name... In the above code it's the img tag...
I don't know much about it, since I don't use Dreamweaver.... sorry!