[TYPO3-german] gmenu mit mehreren Ebenen

Arne Schreiber as at s-und-co.de
Fri Mar 17 01:59:05 CET 2006


Hallo zusammen,

 

ich habe ein Problem mit gmenu. Ich möchte ein aufgeklapptes Menü, ähnlich
wie es mit dem TMENU geht mit dem gmenu erstellen. Ich habe folgendes
probiert:

 

<-- schnipp -->

# Main Menu Navigation

  subparts.MENU = HMENU

  subparts.MENU.special = directory

  subparts.MENU.special.value = 601

  subparts.MENU.maxItems = 7

  subparts.MENU.minItems = 5

  subparts.MENU.1 = GMENU

  subparts.MENU.1.NO {

     expAll = 1

     XY = [4.w],[4.h]

     #backColor = |*| #cccccc |*|

     wrap = <tr><td> | </td></tr>

     4 = IMAGE

     4.file = fileadmin/templates/ixii.de/images/mnu1.jpg

     10 = TEXT

     10.text.field = title

     10.text.wrap = [ | ]

     10.offset = -10,12

     10.align = right

     10.niceText = 1

     10.fontSize= 10

     10.fontColor = #333333

     10.fontFile = t3lib/fonts/vtcorona.ttf

  }

  subparts.MENU.1.RO < subparts.MENU.1.NO

  subparts.MENU.1.RO = 1

  subparts.MENU.1.RO {

     expAll = 1

     XY = [4.w],[4.h]

     #backColor = |*| #cc0000|*|

     wrap = <tr><td> | </td></tr>

     4 = IMAGE

     4.file = fileadmin/templates/ixii.de/images/mnu1.jpg

     10 = TEXT

     10.text.field = title

     10.text.wrap = [ | ]

     10.offset = -10,12

     10.align = right

     10.niceText = 1

     10.fontSize= 10

     10.fontColor = #cc0000

     10.fontFile = t3lib/fonts/vtcorona.ttf

  }

  subparts.MENU.2 = GMENU

  subparts.MENU.2.NO {

     XY = [4.w],[4.h]

     wrap = <tr><td> | </td></tr>

     4 = IMAGE

     4.file = fileadmin/templates/ixii.de/images/mnu2.jpg

     10 = TEXT

     10.text.field = title

     10.offset = 20,12

     10.align = left

     10.niceText = 1

     10.fontSize= 10

     10.fontColor = #333333

     10.fontFile = t3lib/fonts/verdana.ttf

  }

  subparts.MENU.2.RO < subparts.MENU.2.NO

  subparts.MENU.2.RO {

     XY = [4.w],[4.h]

     wrap = <tr><td> | </td></tr>

     4 = IMAGE

     4.file = fileadmin/templates/ixii.de/images/mnu2.jpg

     10 = TEXT

     10.text.field = title

     10.offset = 20,12

     10.align = left

     10.niceText = 1

     10.fontSize= 10

     10.fontColor = #cc0000

     10.fontFile = t3lib/fonts/verdana.ttf

  }

<-- schnapp -->

 

Die erste Kategorie wird gezeigt, das was drunter kommt nicht. Woran kann
das liegen?

 

Gruß

Arne

 




More information about the TYPO3-german mailing list