-
Good Looking Menus
Hi Everyone,
I hope you are all having a great day. Currently I have a website which has fixed buttons on the left side to navigate to different pages. I need to change it so the buttons are across the top and have them drop down with menu items and if a user hovers over a menu option it will expand to another set of menu options (like a tree structure).
I don't want it to look bad so was wondering which is the best approach to making this sort of structure look good.
I also need to create a tree structure menu on the left which will be dynamic. It will be created dependant on what the user clicks on the top menu and if there are sub menus it will create the structure on the left.
Thanks for any advice,
:) Jiggy :)
-
Re: Good Looking Menus
HI, do you want to know how to build and code a menu like this, or are you just interested in how it looks? If its the latter I'd just look at examples of things you like and see how thery ar5e done.
If the former then you need to post your current code and say where the issue is
-
Re: Good Looking Menus
the menu control does this, look under navigation in your tool box. You can work with it programatically and populate it from a sitemap file or other datasource. It is the easiest to use, msdn is a good place to start
http://msdn.microsoft.com/en-us/libr...(v=vs.80).aspx
Beyond that I'd suggest a jquery menu plugin if your familuar with jquery.