Hi
Du hast recht, Umlaute funktionieren in der Navi nicht. Allerdings habe ich die auch mit einem ttf-Font bisher noch nie hingekriegt (... und Stunden investiert ;-))
Jezt habe ich eben noch eine ttf-Schrift ausprobiert... klappt auch nicht!
Ich muss jetzt leider Feierabend machen udn bin morgen wieder da. Hoffe, jemand kann mir bis dahin vielleicht weiterhelfen.
Leider kann ich dir keinen Link geben, da die Seite noch nicht auf einem zugänglichen Server ist.
Hier mal das Script
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: 59: 60: 61: 62:
| lib.nav = HMENU lib.nav { special = directory special.value = 1 entryLevel = 0 wrap = <ul class="level1>|</ul> 1 = GMENU 1.NO = 1 1.NO { XY = 192, 16 backColor = #660000 wrap = <li class="level1>|</li> 10 = TEXT 10.text.field = title 10.text.case = upper 10.fontColor = #FFFFFF 10.fontFile = fileadmin/fonts/helveticaneue_bd_cn.otf 10.fontSize = 12 10.niceText = 1 10.offset = 0, 15 10.ATagTitle.field = abstract // description // title } 1.RO < .1.NO 1.RO { 10.fontColor = #CCCCCC } 1.ACT < .1.RO 2 = TMENU 2 { noBlur = 1 wrap = <ul class="level2>|</ul> NO = 1 NO { wrapItemAndSub = <li class="level2">|</li> ATagTitle.field = abstract // description // title } ACT < .NO ACT.doNotLinkIt = 1 ACT.linkWrap = <span class="active">|</span> } 3 = TMENU 3 { noBlur = 1 wrap = <ul class="level3">|</ul> NO = 1 NO { wrapItemAndSub = <li class="level3">|</li> ATagTitle.field = abstract // description // title } CUR < .NO CUR.doNotLinkIt = 1 CUR.linkWrap = <span class="active">|</span> } } |