I'm using images for item menu. I indicated an imageURL and a popOutImageURL in the item menu wizard. When I mouse over the item, I don't see the image switching. What do you recommend?
Hi, first, I would like to inform that only if System.Web.UI.WebControls.MenuRenderingMode is set to Table, or if System.Web.UI.WebControls.MenuRenderingMode is set to Default and PagesSection.ControlRenderingCompatibilityVersion is set to 3.5, use this
property to specify a custom image that is displayed in a menu item to indicate that the menu item has a dynamic submenu. Otherwise, this image will not show up. You can add the following node to web.config under “<system.web></system.web>” node to check the
result.
acheo
Member
81 Points
67 Posts
custo menu
May 10, 2012 06:33 PM|LINK
Hi,
I'm using images for item menu. I indicated an imageURL and a popOutImageURL in the item menu wizard. When I mouse over the item, I don't see the image switching. What do you recommend?
thanks
acheo
Allen Li - M...
Star
10411 Points
1196 Posts
Re: custo menu
May 14, 2012 07:14 AM|LINK
Hi, first, I would like to inform that only if System.Web.UI.WebControls.MenuRenderingMode is set to Table, or if System.Web.UI.WebControls.MenuRenderingMode is set to Default and PagesSection.ControlRenderingCompatibilityVersion is set to 3.5, use this property to specify a custom image that is displayed in a menu item to indicate that the menu item has a dynamic submenu. Otherwise, this image will not show up. You can add the following node to web.config under “<system.web></system.web>” node to check the result.
For more detail information about this property, please refer to the following document:
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.menuitem.popoutimageurl.aspx
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework