Welcome Guest Search | Active Topics | Sign In | Register

hi Options
Ali Yaqubi
Posted: Thursday, June 7, 2012 8:34:23 PM
Rank: Newbie
Groups: Member

Joined: 6/7/2012
Posts: 2
i need your help , i bulid a menu and its work good, but i face a small problem with mouse courser ,its not Chang to hand view when it over the links menu...
eo_support
Posted: Friday, June 8, 2012 7:41:51 AM
Rank: Administration
Groups: Administration

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

You can put "cursor:hand" in your MenuGroup's style:

http://www.essentialobjects.com/doc/1/menu/styleandappearance/stylescommontasks.aspx

Thanks
Ali Yaqubi
Posted: Friday, June 8, 2012 7:55:14 AM
Rank: Newbie
Groups: Member

Joined: 6/7/2012
Posts: 2
Thanks a Lot ,
in the fact i solved it by using this code in Page Load



Code: C#
Menu1.TopGroup.Style.InlineStyle["cursor"] = "hand";
 
//and to SubMenu :

 Menu1.LookItems.TopLevelItem.SubMenu.Style.InlineStyle["cursor"] = "hand";




regards..


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.