문제

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.

도움이 되었습니까?

다른 팁

The JQuery Kabbar image zoomer is crossbrowser compatible:

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top