Einzelnen Beitrag anzeigen
  #3  
Alt 09.05.08, 13:14
Goalie2005 Goalie2005 ist offline
Forum Newbie
 
Registriert seit: 25.04.08
Alter: 29
Beiträge: 13

Code:
 # Menue oben
    MENU_OBEN = HMENU
    MENU_OBEN {
      special = directory
      special.value = 2
      entryLevel = 1
      1 = GMENU
      1.NO = 1
      1.NO {
        format = gif
        quality = 100
        XY = [10.w] + 10, 36 Hier funktioniert es
        backColor = #ABB5C4
        
        # Text auf den Menuepunkt
        10 = TEXT
        10.text.field = title
        10.fontColor = #FFFFFF
        10.fontFile = fileadmin/ips/fonts/mtbdlfrg.ttf
        10.fontSize = 11
        # scheint Probleme zu machen 10.niceText = 1
        10.offset = 5, 23
        }
      
      # Rollover
      1.RO < .1.NO
      1.RO {
        # Text auf den Menuepunkt
        10 = TEXT
        10.fontColor = #D8002B
        }
        
      # Aktiv
      1.ACT < .1.RO
      1.ACT {        
        # rote Linie links dazu
        20 = IMAGE
        20.file = GIFBUILDER
        20.file {
          XY = [10.w], 5 Das funktioniert leider nicht!!!
          backColor = #D8002A
          }
        20.offset = 5, 31
        }
      }
Ich hab das mal ausprobiert und an der einen Stelle an der ich das auch schon hatte funktioniert es wie eh und je aber an der Stelle wo ich es brauche nicht. :sad:
Mit Zitat antworten