Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Horizontal Menu Icon Image

  1. #1
    netprocity is offline Member
    Join Date
    Dec 2008
    Posts
    80

    Default Horizontal Menu Icon Image

    Hi,

    I would like to have an icon image before each of the links in the horizontal menu. Possibly for each of the flyout links as well, but that is not a necessity. Is there somewhere that I can do this or set the icon image in an appconfig?

    Thanks
    James

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    The menu allows you to have a 'popout' image for the root menu options, by setting the StaticEnableDefaultPopOutImage attribute to true, then adding the StaticPopOutImageUrl attribute pointing to the image you want to use. Note that those images are shown to the right of the text though, not 'before' it...that's just how the .NET menu control works.

    Keep in mind that we're just using a standard .NET menu control with our own data source. Pretty much any of the options available for that control will work. There's plenty of information online regarding how to make changes to those controls and what attributes they accept.