I have a requirement for a large image that will allow the user to mouse over, or click, on an area of the image and see a blown up version of that part (exploded, expanded, whatever the term is). Thing is there might be 4 versions of each part so it can’t just be a simple zoom script.
Flash isn’t an option, I could use an image map and make the hot spots a link to a page with the 4 blown up images on but that’s a bit yuck (right Deathshadow?), or make a popup window (even bigger yuck) and I don’t know any scripts that allow you to mouse over an area and see a new image?
I’m on Google looking for something but if someone can point me in the right direction I’d appreciate it.
I don’t know if this would be an option for you, but a few years ago I came across a “magnify” Java Applet.
IMHO it worked very well. The original image stayed the same dimensions, but whatever was under the draggable square “magnifying glass” area was enlarged.
Thanks for all the ideas guys, none of them are suitable unfortunately, maybe I should have been more detailed in my description of what’s needed.
Specifically it’s a large image of a vehicle chassis. When the user mouses over the engine mounts I need to show that there are four different types of engine mount, using images of each type of mount.
So it’s not a zoom function, I need to show something otehr then the image that’s actually being moused over.
if you don’t want to zoom in or pop-ups of any description, the only other option I can think of off the top of my head is to fade-in/fade-out the blown up version when the user mouses on/off or clicks an area of the original image. There are many fade-in/out scripts on the www or you could write your own.