Announcement

Collapse
No announcement yet.

Dropdown Menus with subsections help?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Dropdown Menus with subsections help?

    Hi,
    I have got the javascript dropdown menu with sections and subsections working on my site, great! But I want to only show 2 levels of menu on it not 3.
    My knowledge of javascript is nil I am just a cut and paste expert using the advanced user guide.

    Any help would be much appreciated!

    #2
    An URL would help so we can see what you're describing.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      the URL is www.escapeoutdoors.co.uk


      I need to modify the javascript in Act-Primary for the dropdown menu with subsections to show 1 level of detail less than it does now but dont know how to

      Comment


        #4
        Delete the lump
        Code:
        {
        if (ar[i].pChild[j].pChild)
        {
        for (var k=1;k<=ar[i].pChild[j].pChild.length;k++)
        {
        strIDs += '<OPTION VALUE="' + ar[i].pChild[j].pChild[k].sURL + '">' + '- - ' + ar[i].pChild[j].pChild[k].sName + '</OPTION>';
        }
        }
        }
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Easy when you know how eh!

          It works perfectly now. Many thanks for your time and help.

          Colin

          Comment

          Working...
          X