Navigation Menu

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • klaydze
    New Member
    • Mar 2007
    • 30

    Navigation Menu

    hi, i am creating a simple website and i want to create a menu just like the other website that i see.. ok this is what i want in my menu.. i have a menu namely HOME, LIBRARY, LEARN, DOWNLOAD, SUPPORT, COMMUNITY. and in the menu LEARN i have a sub menu VB.Net, ASP.Net, C#, MSSQL Server. and i have also a sub menu in DOWNLOAD which is Sample Program, Sample Code.

    what i want is when i put my mouse in the LEARN menu it will show its sub menu. just like a drop down. and i don't know how to start. but i think it will start in this ff. code.

    <ul>
    <li>HOME</li>
    <li><LIBRARY</li>
    <li><LEARN</li>
    <ul>
    <li>VB.Net</li>
    <li>ASP.Net</li>
    <li>C#</li>
    </ul>
    </ul>

    thanks in advance for your reply...
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    Originally posted by klaydze
    hi, i am creating a simple website and i want to create a menu just like the other website that i see.. ok this is what i want in my menu.. i have a menu namely HOME, LIBRARY, LEARN, DOWNLOAD, SUPPORT, COMMUNITY. and in the menu LEARN i have a sub menu VB.Net, ASP.Net, C#, MSSQL Server. and i have also a sub menu in DOWNLOAD which is Sample Program, Sample Code.

    what i want is when i put my mouse in the LEARN menu it will show its sub menu. just like a drop down. and i don't know how to start. but i think it will start in this ff. code.

    <ul>
    <li>HOME</li>
    <li><LIBRARY</li>
    <li><LEARN</li>
    <ul>
    <li>VB.Net</li>
    <li>ASP.Net</li>
    <li>C#</li>
    </ul>
    </ul>

    thanks in advance for your reply...
    there are a few ways to do this, but it really isn't an ASP issue. I'm moving it to the HTML forum, these folks deal with this issue all the time.

    Jared

    Comment

    • itamtodd
      New Member
      • Aug 2007
      • 3

      #3
      Here are some very cool drop down menus. You can tweak them quite a bit. Check out the examples at the bottom of the page....

      http://www.htmldog.com/articles/suckerfish/dropdowns/

      Comment

      Working...