GMENU Beispiel
Ein Beispiel mit GMENU, hier werden von TYPO3 bez vom Grafikprogramm z.B.Imagemagic die Bilder erzeugt.
NAVIGATION = HMENU
NAVIGATION {
wrap = <img src="clear.gif" width="152" height="1">|
special = directory
special.value = 5
entryLevel = 1
1 = GMENU
1.NO = 1
1.NO {
XY = 152, 26
backColor = #ffffcc
#Text rendern
10 = TEXT
10.text.field = title
10.fontColor = #000000
10.fontFile = fileadmin/fonts/arial.ttf
10.fontSize = 15
10.niceText = 1
10.offset = 14, 16
#Linie erzeugen
20 = IMAGE
20.file = GIFBUILDER
20.file{
XY = 152,1
backColor = #000000
}
20.offset = 0, 23
}#von 1.NO
#Der rollover Zustand
1.RO < .1.NO
1.RO{
backColor = #ffffff
10.fontColor = #000099
10.fontSize = 15
10.offset = 14, 16
}
#Der ist Zustand
1.ACT< .1.NO
1.ACT{
backColor = #ffffff
10.fontColor = #000099
10.fontSize = 15
10.offset = 14, 16
}
}
GMENU Beispiel