Results 1 to 4 of 4

Thread: HOw to make multilevel menu on Drop Down Menu

  1. #1
    Join Date
    Apr 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default HOw to make multilevel menu on Drop Down Menu

    Hi all

    Howto make make drop down menu on http://www.dynamicdrive.com/dynamici...ndex.htm#theme

    became multilevel menu?

    thank you

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    find the <li> for where you want the sub menu to be, leave off the trailing </li> and instead add a new <ul> list. After that list is closed add back the </li> from earlier.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Apr 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I've tried your suggestions. but it does not work

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Just changing the HTML markup of the menu to become a nested UL list won't work unfortunately. Have you checked out the Multi Level menus in the Menus section as an alternative?
    DD Admin

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
  •