[Typo3] Adding the last line...

Jesper Weissglas jesper at seventhwave.se
Tue Jul 19 19:17:43 CEST 2005


I'm aiming for a nice GMENU looking approximately like this:

| ITEM1 | ITEM2 | ITEM3 |

The following code creates it beutifully, EXCEPT for the last vertical 
line that I cannot figure how to create... Any help much appreciated!!!

/jesper

-------------------------------------
temp.menu_1.1 = GMENU
temp.menu_1.1.noBlur = 1
temp.menu_1.1.wrap = <div id="menuline1"> | </div>
temp.menu_1.1.NO {
   XY = [10.w]+20,49
   backColor = #98ACBA
   transparentBackground = true
   10 = TEXT
   10.text.field = title
   10.offset = 10,12
   10.align = left
   10.spacing = 0
   10.fontFile = t3lib/fonts/Futura.ttf
   10.fontSize = 14
   10.fontColor = #002C3D
   20 = BOX
   20.dimensions = 0,1,1,12
   20.color = #002C3D
}



More information about the TYPO3-english mailing list