开发者

How to make web site menus

开发者 https://www.devze.com 2023-02-22 20:21 出处:网络
I want to make a menu on my website. If I move my mouse on it, the menu strip a开发者_JAVA百科nd its item will appear; if I move out of the menu the items disappear and only the menu name will remain.

I want to make a menu on my website.

If I move my mouse on it, the menu strip a开发者_JAVA百科nd 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?


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.


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


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

Dynamic Menus with Submenus


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/

0

精彩评论

暂无评论...
验证码 换一张
取 消