Question

I need to zoom an image to the mouse cursor using JavaScript. The problem is, all info I found on how to do this is using CSS3 transforms, etc. It needs to be cross-browser compatible and as far as I know, IE 7 (I think even up to 9) isn't compatible with CSS3.

Is there any way I can do this with jQuery or pure JavaScript? Right now, I made it zoom with the mousewheel, but that's the easy part.

OTHER TIPS

The JQuery Kabbar image zoomer is crossbrowser compatible:

http://www.ideabonus.com/Kabbar/index.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top