How to implement a drop dow menu?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello, friends,

I was asked to implement a .aspx page with drop down menus. When a mouse
pointer moves over a menu bar, a drop down list containing sub-menus will
show up. Thus a user may select a sub-menu from the list.

(It is something like the menu bars on this page:
http://www1.us.dell.com/content/default.aspx?c=us&cs=19&l=en&s=dhs)

What is the best (simple and easy to maintain) approach to do this? Any
reference paper, sample source code? Help please...

Thanks.
 
Depending on if your menu's need to be dynamic or not... and...not meaning to
sound anti-MS here, but wouldn't Javascript, or even DHTML be better at doing
roll-over drop down menus... Just a thought.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top