Results 1 to 4 of 4

Thread: drill down menu

  1. #1
    Join Date
    Dec 2005
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default drill down menu

    Hello,

    Is there any way to put a drill down menu into a website using only html code or will I have to use something more dynamic like javascript or dhtml?

  2. #2
    Join Date
    May 2005
    Location
    Hawaii
    Posts
    52
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    a drill down menu? do you mean a drop down menu?
    Code:
    <select name="name">
    <option value="1">One</option>
    <option value="2">Two</option>
    <option value="3">Three</option></select>

  3. #3
    Join Date
    Dec 2005
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I guess drop down would be a better description. But it will not be the main navigation menu. You click on the main category and come to several subcategories and click on one of the subcategories, and that would take you to the links for that topic.

  4. #4
    Join Date
    May 2005
    Location
    Hawaii
    Posts
    52
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ok, the code that I posted, is for a form, this link might help:
    http://www.dynamicdrive.com/dynamicindex1/indexc.html

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •