Reputation: 11
I want to make a menu on my website.
If I move my mouse on it, the menu strip and its item will appear; if I move out of the menu the items disappear and only the menu name will remain.
Using visual web developer 2008 express edition and c#.
Can any one help me?
Upvotes: 1
Views: 1578
Reputation: 3997
The jquery menus are the best and easy to use.
The best menu control that i have used is Superfish it is lightweight.
you can try out.
http://users.tpg.com.au/j_birch/plugins/superfish/
Upvotes: 0
Reputation: 77
Which type of menus you want to create ?
Either Jquery static menus or Dynamic Menus ?
If you want jquery menus you can just google it out and you can get the best designed menus.
And if you are willing to create dynamic Menus in VS2008 which will be populated by database then you can visit this link
Upvotes: 0
Reputation: 13825
I think you can use the asp.net menu control. You can find informations on the MSDN on this page .
Asp.net menu can be easily linked to the site map to show your pages. The folding effect seems to be supported. Example from here
Upvotes: 0
Reputation: 8152
Use a jQuery menu. They are easy to use, and there are many that are freely available. Here is just one example, there are many.
Upvotes: 1