Hallo Leute
Ich versuche mich an einem Aufklappmenü mit 2ter Ebene.
Anschauen könnt ihr das unter
SKK-Freiluft .
Soweit funktioniert das auch nur wenn das Menü aufklappt und man klickt auf einen Menüeintrag dann verschiebt sich das aufgeklappte nach links

Da ich alles andere als ein Profi in T3script bin erhoffe ich dass ich hier geholfen bekomme
//edit: Anscheinend hab ich gerade mein Problem selbst gelöst indem ich das Visibility:hidden nicht an den schluss geschrieben habe sondern eins davor *lol*
So sieht der Quellcode aus:
Typoscript-Code:
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:
| marks.MENUE = HMENU marks.MENUE.wrap = <div style="background-color:#cccccc; border-width:1px 0px; border-style:solid; border-color:black;"> | </div> marks.MENUE.1=GMENU_LAYERS marks.MENUE.1{ layerStyle= position:absolute;left:0px;top:247px;width:100px; VISIBILITY:hidden;[b] - ERROR:[/b] Line 5: Object Name String, "VISIBILITY:hidden;" contains invalid character ":". Must be alphanumeric or one of: "_-." - ERROR: Line 5: Object Name String, "VISIBILITY:hidden;[b]" contains invalid character ":". Must be alphanumeric or one of: "_-." xPosOffset = -90 1.fontFile = fileadmin/template/54151.TTF expAll=1 lockPosition = x } marks.MENUE.1.NO{ backColor = #cccccc XY = [1.w]+40, 25 1=TEXT 1.text.field=title 1.fontSize=18 1.fontFile = fileadmin/template/54151.TTF 1.offset= 5,15 } marks.MENUE.2=GMENU marks.MENUE.2.NO{ backColor = |*| #FF0000 || #4876FF |*| XY = 120,20 2 = TEXT 2.text.field = title 2.fontSize = 15 2.fontFile = fileadmin/template/54151.TTF 2.offset = 5,15 } |
Danke schon im Vorraus =)
Liebe Grüße Nirux