[TYPO3] WEC multi menu drop down

Jamie Lawrence Jenner Jamie at domainsolutions.co.uk
Wed Jan 3 11:21:29 CET 2007


Hi there

I have added the multi level drop down menu from the wec starter package to
a site i have created. It all works, but, unlike the wec version, my menu
will only show the drop down sub sections once i click on a section.

For instance, i have

Home - Company - Products

When i hover over them, nothing occurs, but when i click on Company, then
the sub sections drop down shows

I have compared the TS code for each, and it is exactly the same, does
anyone know what could be wrong?

My pages are like so

Company
---sub 1
---sub 2
Products
---sub 1
---sub 2

and heres my ts code, any help is greatly appreciated

Many thanks

Jamie


## TopMenu [End]
# Main Horizontal dropdown menu
lib.mainmenu = HMENU
lib.mainmenu {
  wrap = <div id="menu"> | </div>
  entryLevel = 0


  1 = TMENU
  1 {
    noBlur = 1
    expAll=0
    wrap = <ul id="menuList" class="adxm"> | </ul>

    NO {
      linkWrap = <span> | </span>
      wrapItemAndSub = <li> | </li>
      stdWrap.htmlSpecialChars = 1
    }
    ACT = 1
    ACT {
      linkWrap = <span class="act"> | </span>
      wrapItemAndSub = <li> | </li>
      stdWrap.htmlSpecialChars = 1
    }
  }

  2 = TMENU
  2 {
    noBlur = 1
    expAll=0
    wrap = <ul> | </ul>

    NO {
      linkWrap = <span> | </span>
      wrapItemAndSub = <li class="submenu"> | </li>
      stdWrap.htmlSpecialChars = 1
    }
    ACT = 1
    ACT {
      linkWrap = <span class="act"> | </span>
      wrapItemAndSub = <li> | </li>
      stdWrap.htmlSpecialChars = 1
    }
  }

  3 = TMENU
  3 {
    noBlur = 1
    expAll=0
    wrap = <ul> | </ul>

    NO {
      linkWrap = <span> | </span>
      wrapItemAndSub = <li class="submenu"> | </li>
      stdWrap.htmlSpecialChars = 1
    }
    ACT = 1
    ACT {
      linkWrap = <span class="act"> | </span>
      wrapItemAndSub = <li> | </li>
      stdWrap.htmlSpecialChars = 1
    }
  }

  4 = TMENU
  4 {
    noBlur = 1
    expAll=0
    wrap = <ul> | </ul>

    NO {
      linkWrap = <span> | </span>
      wrapItemAndSub = <li class="submenu"> | </li>
      stdWrap.htmlSpecialChars = 1
    }
    ACT = 1
    ACT {
      linkWrap = <span class="act"> | </span>
      wrapItemAndSub = <li> | </li>
      stdWrap.htmlSpecialChars = 1
    }
  }
}


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.3/614 - Release Date: 02/01/2007
14:58


More information about the TYPO3-english mailing list