Ergebnis 1 bis 1 von 1

Thema: Untermenü wird am falschen Ort angezeigt

      
  1. #1
    Forum Zuschauer
    Registriert seit
    26.05.2006
    Beiträge
    8

    Untermenü wird am falschen Ort angezeigt

    Hallo

    Mein Problem habe ich mit meinem Typoscript (Menügestaltung). Die Untermenü-Liste wird (mit einem Rollover) auf der linken oberen Ecke des Browsers angezeigt. So bringt es mir nicht viel. Das beste wäre ein Erscheinen unterhalb der Maus.
    Was muss ich noch hinzufügen?

    Danke im voraus.


    seite = PAGE
    seite.typeNum = 0
    seite.includeLibs.gmenu_layers = media/scripts/gmenu_layers.php
    seite.stylesheet = fileadmin/style.css
    seite.10 = TEMPLATE
    seite.10 {
    template = FILE
    template.file = fileadmin/vorlage.html
    workOnSubpart = CONTENT
    marks.DOCUMENT < styles.content.get
    marks{
    MENUE = HMENU
    MENUE.1 = GMENU_LAYERS
    MENUE.1 {
    layerStyle = position:absolute;left:0px;top:20px;width:10px;VISIBILITY:hidden;
    xPosOffset = 0
    lockPosition = x
    expAll=1
    NO {
    backColor = #cccccc
    XY = [10.w]+30, 20
    10 = TEXT
    10.text.field = title
    10.fontFace = fileadmin/fonts/arial.ttf
    10.fontSize = 12
    10.offset = 5,15
    }
    }

    MENUE.2 = GMENU_LAYERS
    MENUE.2 {
    layerStyle = position:absolute;left:0px;top:200px;width:10px;VISIBILITY:hidden;
    xPosOffset = -10
    yPosOffset = -30
    lockPosition = y
    expAll = 1
    NO {
    backColor = |*| #cccccc || #aaaaaa |*|
    XY = 140, 20
    10 = TEXT
    10.text.field = title
    10.offset = 5,13
    10.fontSize = 11
    10.fontFace = fileadmin/fonts/arial.ttf

    20 = BOX
    20.dimensions = 0,0,2,20
    20.color = #000000

    30 < .20
    30.align = r

    40 = BOX ||
    40.dimensions = 0,0,140,2
    40.color = #000000

    50 = |*||*| || BOX
    50.dimensions = 0,0,140,2
    50.color = #000000
    50.align = ,b
    }
    }

    MENUE.3 = GMENU
    MENUE.3.NO {
    backColor = |*| #cccccc || #aaaaaa |*|
    XY = 120, 20
    10 = TEXT
    10.text.field = title
    10.fontFace = fileadmin/fonts/arial.ttf
    10.fontSize = 10
    10.offset = 5,13

    20 = BOX
    20.dimensions = 0,0,2,20
    20.color = #000000

    30 < .20
    30.align = r

    40 = BOX ||
    40.dimensions = 0,0,120,2
    40.color = #000000

    50 = |*||*| || BOX
    50.dimensions = 0,0,120,2
    50.color = #000000
    50.align = ,b
    }
    }
    }
    Angehängte Grafiken Angehängte Grafiken  
    Geändert von cathycathy (02.06.2006 um 08:21 Uhr)

 

 

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

Facebook Kommentare

Ähnliche Themen

  1. Footer Menu wird zu Untermenu,warum?Hilfe...mysteriöser Effekt!
    Von florist im Forum GMENU, HMENU, TMENU und Co.
    Antworten: 0
    Letzter Beitrag: 30.05.2008, 09:26
  2. Untermenü - entryLevel - wird nicht angezeigt
    Von webschnecke im Forum GMENU, HMENU, TMENU und Co.
    Antworten: 4
    Letzter Beitrag: 27.05.2008, 21:44
  3. Untermenü wird nicht angezeigt
    Von dallartz im Forum TYPO3 3.x Fragen und Probleme
    Antworten: 0
    Letzter Beitrag: 24.11.2006, 15:59
  4. Menü template Voila->Untermenü wird nicht dargestellt
    Von didege im Forum GMENU, HMENU, TMENU und Co.
    Antworten: 0
    Letzter Beitrag: 05.06.2006, 17:33
  5. Untermenü wird nicht angezeigt
    Von malte im Forum GMENU, HMENU, TMENU und Co.
    Antworten: 2
    Letzter Beitrag: 05.03.2006, 21:38

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74