Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   JavaScript and Client-Side Browser Scripting (http://www.programmingforums.org/forum23.html)
-   -   turn cursor into magnefying lens? (http://www.programmingforums.org/showthread.php?t=11728)

ktsirig Oct 28th, 2006 9:09 AM

turn cursor into magnefying lens?
 
Hello,
I was wondering if there are any scripts available which will help me transform the mouse cursor into a magnefying lens once it hovers over an image. I think that onmouse.hover will be what I need, but what about the image of the lens? Are there any images like this ready?

Thank you!

mrynit Oct 28th, 2006 9:24 AM

i dont think that is possible with js. may be if it was a flash file you could do it.

DaWei Oct 28th, 2006 10:45 AM

CSS provides a "cursor:url(url-to-specialized-cursor);". You might want to check that out, but I believe it's only available in IE.

Silvanus Oct 31st, 2006 12:47 PM

You could simulate this by having a little magnifying glass sprite follow the cursor around when it is on the image.

mrynit Oct 31st, 2006 8:58 PM

oh...i though he want to magnify the image on hover. yeah its a js script, idk how its done but i have seen it before.


All times are GMT -5. The time now is 1:16 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC