Hallo Leute
Bin ein newbie auf Typo 3. :o
Habe ein Template gebaut, das immer zentriert ist, und will ein GMENU_LAYER Menü machen.
Erste ebene funktioniert einwandfrei, aber die zweite und dritte ebene wird immer absolut zum Browser angezeigt. Sollte aber logischerweise zur ersten Ebene dazugehören.
Hier mein Code:
marks.MENUE=HMENU
marks.MENUE.1=GMENU_LAYERS
marks.MENUE.1{
layerStyle=//position:absolute;top:125px;width:10;VISIBILITY:hidden;
lockPosition=x
xPosOffset=-80
hideMenuWhenNotOver = 50
hideMenuTimer = 70
expAll=1
NO {
backColor=#cccccc
XY=[10.w]+30, 20
10=TEXT
10.text.field=title
10.fontFace=fileadmin/verdana.ttf
10.fontSize=12
10.offset=5,15
}
}
marks.MENUE.2=GMENU_LAYERS
marks.MENUE.2 {
layerStyle=//position:absolute;VISIBILITY:hidden;
lockPosition=x
hideMenuWhenNotOver = 50
hideMenuTimer = 70
expAll=1
}
marks.MENUE.2.NO{
backColor= |*| #cccccc || #aaaaaa |*|
XY=100, 20
10=TEXT
10.text.field=title
10.offset=5,13
10.fontSize=11
10.fontFace=fileadmin/verdana.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
}
marks.MENUE.3=GMENU
marks.MENUE.3.NO {
backColor= |*| #cccccc || #aaaaaa |*|
XY=120, 20
10=TEXT
10.text.field=title
10.fontFace=fileadmin/verdana.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
}
Wäre super, wenn mir jemand dabei helfen könnte! Hab schon einiges probiert, was in diversen Büchern oder Foren steht, aber leider ohne Erfolg.
Danke euch schon mal im Voraus ;)
lg
g050680