Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
1.80/5 (5 votes)
See more:
Hello codeproject,

I need a menu like http://www.templatemonster.com/demo/40243.html 's menu...
pls hellp me with proper solution..
all the suggestions are welcomed..

Thanks
Posted
Updated 4-Sep-12 3:35am
v3

1 solution

For the top menu you can use CSS properties like a:link, a:hover.

For the left menu you can implement accordion of AJAX in your ASP.NET project
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Accordion/Accordion.aspx[^]

How To Use Accordion and Accordion Pane Controls in Ajax Toolkit[^]

Regards.
 
Share this answer
 
Comments
manognya kota 4-Sep-12 9:36am    
5'ed.
Christian Amado 4-Sep-12 9:37am    
Thanks ;)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900