Welcome Guest Search | Active Topics | Sign In | Register

How show the mouse's hand in imagezoom control Options
Tomas Urbina
Posted: Tuesday, July 28, 2009 11:58:52 AM
Rank: Member
Groups: Member

Joined: 1/9/2009
Posts: 15
Hello

In imagezoom control how can show the hand of mouse when this is over the image?

i use this control but at put the mouse pointer over the image this don't change, i need that the pointer change in the "hand" indicating that it is a link.


thanks.
eo_support
Posted: Tuesday, July 28, 2009 12:45:07 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

I am not exactly sure whether I got your question correctly. I believe the ImageZoom control always display zoom in cursor for the small image and zoom out cursor for the big image.

Thanks!
Tomas Urbina
Posted: Tuesday, July 28, 2009 12:54:26 PM
Rank: Member
Groups: Member

Joined: 1/9/2009
Posts: 15
When you put the mouse over a link the pointer becomes a "little hand" (not arrow) but in the imagezoom control when i put the mouse over the image the arrow pointer not change.
eo_support
Posted: Tuesday, July 28, 2009 1:11:51 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

You can put a link element around the ImageZoom control. For example:

Code: HTML/ASPX
<a href="javascript:void()">
   <eo:ImageZoom .....>
   ....
   </eo:ImageZoom>
</a>


Please also see your private message for details about upgrade.

Thanks!
Tomas Urbina
Posted: Tuesday, July 28, 2009 1:28:46 PM
Rank: Member
Groups: Member

Joined: 1/9/2009
Posts: 15
great!


Thanks.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.