I don't know if this type of script is even the right script to do it, but could someone tell help me find or tell me a script to make a picture appear on mouseover and go away on mouseout? ~Thanks
I don't know if this type of script is even the right script to do it, but could someone tell help me find or tell me a script to make a picture appear on mouseover and go away on mouseout? ~Thanks
Code:<img onmouseover="src='your_image.jpg'" onmouseout="src=''">
- Mike
Bookmarks