• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Move enlarged image around on mouseover - Image mapping

 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I would like to achieve the following:

I have a small and a large image.
On rolling over the small image, the large image should pop out. This is achieved. But now I want the large image to be zoomed in at the position where I place my mouse over the small image. So as I move my mouse around the small image, the respective position of the large image should be zoomed in. Does this require Image Mapping? How can i map the small image to a large image?

The idea can be seen here when you roll over the images in this website: www.edealinfo.com

Any help/suggestions much appreciated.

Thanks in advance
- AH
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.visual-blast.com/javascript/jqzoom-22-jquery-image-zoom-tool/

Eric
reply
    Bookmark Topic Watch Topic
  • New Topic