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.
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.
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.
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
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
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
Hey thanks for your reply will try it today.
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.
is working on a reply...