|
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.
|
|
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!
|
|
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.
|
|
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!
|
|
Rank: Member Groups: Member
Joined: 1/9/2009 Posts: 15
|
great!
Thanks.
|
|