Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Akruti 30 posts 50 karma points
    Oct 29, 2009 @ 17:21
    Akruti
    0

    Drop Down Menu

    Hey please help me with this.

    I want to create a similar menu that is in the link below.I want to have a similar thing in umbraco. Please help me with this as soon as possible.The think is i am not getting the child nodes on the mouse over thing. So please let me know how to move on with this.

    https://personal.vanguard.com/us/funds

  • dandrayne 1138 posts 2262 karma points
    Oct 29, 2009 @ 17:36
    dandrayne
    0

    The easiest way to do this is use the "sitemap" xslt template (create new xslt file, choose the sitemap template).

    This will give you an unordered list of all site nodes, and you should be able to limit the depth of the map.  Then check out http://www.cssplay.co.uk/menus/ and see how you can turn this list into a dropdown menu.

    Dan

  • Daniel.S 50 posts 135 karma points
    Oct 30, 2009 @ 04:07
    Daniel.S
    0

    The site you've referenced uses YUI Menu, so start with these pages as a reference on how to build up your XSLT:

    http://developer.yahoo.com/yui/menu/

    http://developer.yahoo.com/yui/examples/menu/topnavfrommarkupwithanim_source.html

    http://developer.yahoo.com/yui/examples/menu/index.html

  • Akruti 30 posts 50 karma points
    Oct 30, 2009 @ 05:22
    Akruti
    0

    Hey thanks for your reply will try it today.

  • Akruti 30 posts 50 karma points
    Oct 30, 2009 @ 07:04
    Akruti
    0

    Hey i tried using the sitemap template and also added my css to the ul tag in it.So now what happens is i have a menu with 2 items right now.The first is About Us.Inside this there are no child items.The second is Services and inside this i have 4 sub items.So i have the mouse hover property inside css.So now when i hover over the About Us text it shows me the sub items of Services and when i hover over Services then also it shows me its sub items.What to do with this.Also i am not getting how to align my menu horizontally.Please help me with that css as soon as possible.

Please Sign in or register to post replies

Write your reply to:

Draft