OnMouseOver Image Gallery
General
When the mouse moves over one of the thumbnails, the larger-sized picture area changes to the larger-sized picture that corresponds to that thumbnail. Easy to implement.
Notes
- Created by: Robert Daniel Jr.
- Web Site: http://javascript.slirple.com
Source Code
Paste this source code into the designated areas.
Head
Paste this code into the HEAD section of your HTML document.
Body
Paste this code into the BODY section of your HTML document


Leave a Response
(30 comments)David,[br /]Your question is beyond the scope of these comments. You will need to post it over on [a href="http://www.webdeveloper.com/forum/forumdisplay.php?f=3"]the JavaScript forum[/a]. Thanks!
Your question is beyond the scope of these comments. You will need to post it over on [a href="http://www.webdeveloper.com/forum/forumdisplay.php?f=3"]the JavaScript forum[/a]. Thanks!
Your question is beyond the scope of these comments. You will need to post it over on [a href="http://www.webdeveloper.com/forum/forumdisplay.php?f=3"]the JavaScript forum[/a]. Thanks!
Your question is beyond the scope of these comments. You will need to post it over on [a href="http://www.webdeveloper.com/forum/forumdisplay.php?f=3"]the JavaScript forum[/a]. Thanks!
I've tried to implement this scrip twice in the same page but the two scripts conflict.[br /][br /]I changed the second display window's name to ['PhotoBig1'] but the photos all show in the original window regardless unless I change the order of the <head> java snippits. I don't know anything about JS so I'm stuck.[br /][br /]I suppose I could use a floating window that works throughout the length of the page, or just a popup window if no other solutions exists.[br /]Thank in advance.