Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jquery or CSS?...For Zooming div

Tags:

jquery

css

<html>
  <body>
     <div id="text">
        <marquee>
            Hello there.....
        </marquee>
     </div>
  </body>
</html>

I'm trying to make a "Magnifying glass" effect to the <div>, but only in the middle of it (not the whole div).

Is there any solution for this in CSS or Jquery?

like image 209
BorisD Avatar asked May 24 '11 09:05

BorisD


1 Answers

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:

enter image description here

Or this:

enter image description here

like image 130
Silver Light Avatar answered Sep 28 '22 07:09

Silver Light