Jquery or CSS?...For Zooming div
<html>
<body>
<div id="text">
<marquee>
Hello there.....
</marquee>
</div>
</body>
</html>
I'm trying to make a "Magnifying glass" effect to the <div>
,开发者_JAVA技巧 but only in the middle of it (not the whole div).
Is there any solution for this in CSS or Jquery?
Take a look at this links: http://www.tripwiremagazine.com/2010/05/25-excellent-jquery-image-zoom-plugins-creating-stunning-image-effects.html
It has many different solutions, maybe on of them will fit your needs.
This, for example:
Or this:
精彩评论