Hallo
Hab die Seite eigentlich fast fertig, nur noch ein paar Kleinigkeiten
und zwar hab ich die HP auf tabellen aufgebaut, in der linken, die grau ist, ist das Menü, was wenn man auf manche link klick größer wird, warum weiß ich leider nicht. Hier mal der auszug des Typoscripts
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: 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:
| MENU = HMENU MENU { special = directory special.value = 1 1 = GMENU 1.NO = 1 1.NO { wrap = |<br> XY = 140,24 backColor = #C0C0C0 10 = TEXT 10.text.field = title 10.fontColor = #666666 10.fontFile = fileadmin/fonts/arial.ttf 10.fontSize = 9 10.offset = 14, 16 20 = IMAGE 20.file = fileadmin/images/kreis-grau.jpg 20.offset = 0, 12 } 1.RO < .1.NO 1.RO.10.fontColor = #ff0000 1.RO.10.fontSize = 10 1.SPC < .1.NO 1.SPC.10.fontColor = #ffffff 1.SPC.XY = 140,10 2 < .1 2.NO{ XY = 140,12 backColor = #C0C0C0 10.fontFile = fileadmin/fonts/verdana.ttf 10.fontColor = #666666 10.fontSize = 9 10.offset = 20, 10 } 2.RO < .2.NO 2.RO.10.fontColor = #ff0000 2.RO.10.fontSize = 9 3 < .1 3.NO{ XY = 140,12 backColor = #C0C0C0 10.fontFile = fileadmin/fonts/verdana.ttf 10.fontColor = #666666 10.fontSize = 8 10.offset = 33, 10 } 3.RO < .3.NO 3.RO.10.fontColor = #ff0000 } |
vielleicht kann mir ja einer helfen