Results 1 to 3 of 3

Thread: DD Tab Menu - submenu won't show

  1. #1
    Join Date
    May 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default DD Tab Menu - submenu won't show

    1) Script Title: DD Tab Menu

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm

    3) Describe problem: I can't get the submenu to work for Example #4. I provided a link to a test sample. Would someone take a look?

    test sample

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

    Default

    Your page is missing the initialization code that should go in the HEAD of your page. In other words, the line:

    Code:
    <script type="text/javascript">
    //SYNTAX: ddtabmenu.definemenu("tab_menu_id", integer OR "auto")
    ddtabmenu.definemenu("ddtabs4", 0)
    
    </script>
    The code in red should correspond to the ID of your tab menu (UL), which is also missing from your page (the ID attribute that is).

  3. #3
    Join Date
    May 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you. I thought the id was only needed for your examples page. Thanks again

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
  •