DNN:Menu
Last Post 02/08/2008 8:22 AM by webmonkeymon. 3 Replies.
Author Messages
lynn
Nuke Master
Nuke Master
Posts:276


--
01/13/2007 5:43 AM

    Hello Lee

     As an alternative to SOLPARMENU, the more recent DNN:Menu is available.

    Perhaps I have been searching in the wrong places, but so far I have not been able to find a great deal of information about it.

    I kow that:

    • DNN:Menu is XHTML complient
    • The header tag fix is: Register TagPrefix="dnn" TagName="NAV" Src="~/Admin/Skins/Nav.ascx
    • The skin object code:  dnn:NAV runat="server" id="dnnNAV"  providerName="DNNMenuNavigationProvide

    However, I am not certain of the specific css classes required, or set up configuration.

    Perhaps in your 'todo' list you might consider including DNN:Menu as an added addition to your excellent "Skinning Toolkit".

    In the meantime, can you perhaps direct me to example of css classes for: DNN:Menu, both vertical and horizontal.  Perhaps also how the menu might be configured?

    Thanks

    Lynn

     

    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    01/13/2007 6:18 AM
    Hello Lynn,

    I have added DNN menu to the to-do list.  At the moment I haven't done any research into using the DNN menu and I haven't come across any documentation.  I do recall that Nina Meiers created a skin using this menu, so it may be worth going across to her site at: www.xd.com.au to see if you can download a free skin that uses this menu.

    If you come across any documentation or any information please can you post it in here as it will help me to get started with researching and creating tutorials and documentation for the DNN menu.

    Thanks,
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    Kriz Van Looy
    Nuke Ace
    Nuke Ace
    Posts:41


    --
    09/14/2007 4:11 AM
    Hello,

    I have an issue in styling the dnnMenu.

    I am trying to put a separator - image between my menu - items.

    I used the following code:

               LeftSeparator="]]>"
               RightSeparator="]]>"
               Separator="]]>"

    None of these 3 properties seem to work.

    Can anyone tell me what I am doing wrong here please?

    Thanks in advance.
    webmonkeymon
    Nuke Ace
    Nuke Ace
    Posts:50


    --
    02/08/2008 8:22 AM
    I have used this before to remove one of the white arrows in DNN nav but I still do not know how to get rid of the current page white arrow that shows up. 

    <dnn:NAV runat="server" id="dnnNAV" indicateChildren="false"


    This should not be secret information.  why doesn't the core team just publish the dnn nave attributes?

    maybe I am missing something



    ---