kamleshrao
kamleshrao

Reputation: 445

Implementing a similar menu like MS Website

Check the menu on this Microsoft site:

http://www.microsoft.com/windowsserver2008/en/us/system-requirements.aspx

Check the Main menu bar, Sub menu bar and the Drop down menu bar on this site.

Does anyone know how can we implement such menu? It there any control in ASP.NET for this?

Upvotes: 0

Views: 207

Answers (1)

zengr
zengr

Reputation: 38919

That is Javascript, why don't you use firebug in Firefox to check out the code for the nav bar.

Upvotes: 1

Related Questions