RE: [Typo3-UG Oesterreich] Farblicher Hintergrund für Texte in GMENU?

Manfred Wiesinger typo3 at menphrad.net
Fri Apr 2 13:40:39 CEST 2004


Hallo Bernhard,

> Dann brauchst du dich nur noch mit den Offsets spielen und 
> schon sollte alles schön hinzubekommen sein ...

Derzeit sieht das Setup so aus:

<code>
temp.menue_hauptkategorie = HMENU
temp.menue_hauptkategorie.1 = GMENU
temp.menue_hauptkategorie.1 {
 # NO = NORMAL
 NO {
   wrap = | <BR>
   XY = [1.w], [1.h]
   backColor = black
   1 = IMAGE
   1 {
     file = GIFBUILDER
     file {
       XY = [5.w], [5.h]
       5 = IMAGE
       5 {
         file = ...
         offset = 0,0
       }
       10 = BOX
       10 {
         dimensions = 20, 20, 160, 160
# 20,20,[15.w]+20,[15.h]+10
         color = green
       }
       15 = TEXT
       15 {
         text.field = title
         text.case = upper
         fontColor = #C67542
         offset = 30, 9
         align = left
         niceText = 1
         antiAlias = 0
         fontSize = 10
         fontFile = fileadmin/template/fonts/MagistralATT_Bold.ttf
       }
     }
   }
 }
 # RO = ROLL OVER
 RO < .NO
 RO = 1
 RO {
   1.file.5.file = ...
   1.file.15.fontColor = #51525F
 }
 # ACT = ACTIVE
 ACT < .RO
 ACT = 1
 ACT {
   1.file.5.file = ...
 }
}
</code>

Anschauungsbeispiel: http://www.eflow.at/index.php?id=397

Doch leider wird die Box überhaupt nicht angezeigt ... Hm, dass das so
kompliziert ist, habe ich mir nicht gedacht! ;-)


Liebe Grüße,

Manfred






More information about the TYPO3-at mailing list