[TYPO3] WEC multi menu drop down

Jamie Lawrence Jenner forums at webgremlins.net
Wed Jan 3 13:25:13 CET 2007


doh, how did i miss it!

expAll=1 not 0 as below

J

-----Original Message-----
From: typo3-english-bounces at lists.netfielders.de
[mailto:typo3-english-bounces at lists.netfielders.de]On Behalf Of Jamie
Lawrence Jenner
Sent: 03 January 2007 10:21
To: typo3-english at lists.netfielders.de
Subject: [TYPO3] WEC multi menu drop down


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
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

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

--
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