GMENU: Rollover (RO) klappt nicht?

  • dus-web dus-web
    T3PO
    0 x
    26 Beiträge
    0 Hilfreiche Beiträge
    14. 03. 2007, 15:28

    Hallo zusammen,

    folgender TS-Code bringt leider nicht das gewünschte Ergebnis. NO und ACT werden tadellos angezeigt nur der RO-Zustand wird nicht angezeigt :(

    [TS]temp.topnavigation = HMENU
    temp.topnavigation.entryLevel = 0

    temp.topnavigation.1 = GMENU
    temp.topnavigation.1 {
    wrap = <ul>|</ul>
    NO {

    imgParams=border="0"

    5 = IMAGE
    5.file = fileadmin/st/images/btn_top_navigation.gif

    10 = TEXT

    10.text.field = title
    10.fontFile = fileadmin/st/font/TheSI97.ttf
    10.fontSize = 15
    10.fontColor = #466b10
    10.align = center
    10.offset = 0,19
    #10.niceText = 1

    XY = 133, 25

    wrap = <li>|</li>
    }

    RO < .NO
    RO {
    10.fontColor = #fff
    }
    RO = 1

    ACT < .NO
    ACT {
    10.fontColor = #314513
    }
    ACT = 1

    }[/TS]

    Findet da jemand einen Fehler? Ich suche und probiere schon seit einiger Zeit rum - finde aber keine Lösung :(

    Vielen Dank & viele Grüße

    Daniel


  • 1
  • m.att m.att
    R2-D2
    0 x
    100 Beiträge
    0 Hilfreiche Beiträge
    15. 03. 2007, 09:02

    hmm eigentlih sieht es meiner meinung nach richtig aus...

    versuche "10.fontColor = #fff" aus zu schreiben : "10.fontColor = #ffffff"

    ansonsten RO komplett ausschreiben, ohne einfügen von NO.

    [TS]temp.topnavigation.1.RO = 1
    temp.topnavigation.1.RO {
    imgParams=border="0"
    5 = IMAGE
    5.file = fileadmin/st/images/btn_top_navigation.gif
    10 = TEXT
    10.text.field = title
    10.fontFile = fileadmin/st/font/TheSI97.ttf
    10.fontSize = 15
    10.fontColor = #ffffff
    10.align = center
    10.offset = 0,19
    XY = 133, 25
    wrap = <li>|</li>
    }
    [/TS]

  • dus-web dus-web
    T3PO
    0 x
    26 Beiträge
    0 Hilfreiche Beiträge
    15. 03. 2007, 20:09

    Hallo,

    vielen Dank für deine Antwort. Am [i]fontColor = #fff[/i] liegt es definitv nicht, dass hatte ich schonmal getestet.
    Auf die Idee, das RO-Menü komplett "auszukoppeln" bin ich noch nicht gekommen - das muss ich mal testen ;-)

    Gruß Daniel

  • 1