Click to See Complete Forum and Search --> : Image swap with mouse over in html


retoon
01-24-2003, 11:52 PM
Hello all, I just need a quick script that will work on all platforms, be it IE Netscape, phoenix, opera, mozilla, or anything. I just want it so that when you put a mouse over the image, the image changes. I hate to say this, but the site that I develop is not completed yet, and I need that script for it. Feel free to critique it, and give me opinions. http://www.gituniformoutlet.com/ I really do need opinions on the interface. The images aren't all that great, and some of the pages are missing. I have a current script doing the swap on mouse over, but it only works under IE or opera. Any help would really be appreciated, and ay opinions aswell. I hope I posted this in the right forum!

EscapeCharacter
01-25-2003, 08:32 AM
http://hotwired.lycos.com/webmonkey/reference/javascript_code_library/wm_img_swp/?tw=reference&category=user_interface

Resident_Geek
01-25-2003, 10:33 AM
use code that looks like this: <IMG src="image.url" name="imagename" onmouseover="document.imagename.src='image2.url';" onmouseout="document.imagename.src='image.url';">