[Typo3] GMENU Layers

Vixs coolvixs at gmail.com
Thu Sep 8 00:52:41 CEST 2005


Hi,

iam trying to use the GMENU_Layers to replace a mark called ###sidenav###
iam using the example code:

page.includeLibs.gmenu_layers = media/scripts/gmenu_layers.php
page.10 = HMENU
page.10.special = directory
page.10.special.value = 28
page.10.1 = GMENU_LAYERS
page.10.1 {
  layerStyle = position:absolute;left:120px;top:30px;width:10px;VISIBILITY:hidden;
  yPosOffset =-30
  lockPosition = y
  expAll=1
  NO {
    wrap = |<BR>
    backColor =  |*| #ff6600 || #ff6600 : -30 |*|
    XY = 130, 15
    10 = TEXT
    10.text.field = title
    10.text.case = upper
    10.offset = 5,10
    10.niceText = 1
    10.fontFace = t3lib/fonts/verdana.ttf
    10.fontSize = 8
    10.spacing = 2

    20 < .10
  }
  RO < .NO
  RO=1
  RO.backColor = #ff9900
}
page.10.2 = GMENU
page.10.2.wrap = |<BR>
page.10.2.NO <http://page.10.2.NO> {
  backColor = |*| #99cccc || #99cccc : *1.2 |*|
  XY = 120, 20
  10 = TEXT
  10.text.field = title
  10.offset = 5,13
  10.niceText = 1

  20 = BOX
  20.dimensions = 0,0,2,20
  20.color = #660000

  21 < .20
  21.align = r

  22 = BOX ||
  22.dimensions = 0,0,120,2
  22.color = #660000

  23 = |*||*|    || BOX
  23.dimensions = 0,0,120,2
  23.color = #660000
  23.align = ,b

}


mark.sidenav < page.10

what i really want is to show all the items and also the sub-items as menus 
used in Typo3 by Example.

would really appreciate someones help on this.

cheers...
vikash....



More information about the TYPO3-english mailing list