Hallo...
Ich habe folgendes Problem mit meiner Navigation. Sie wird viel zu unscharf angezeigt (siehe Bild). Woran kann das liegen?
Hier der Code, wo die Navi beschrieben wird...
PHP-Code:
tt_content.mailform.20.target = _self
page = PAGE
page {
bodyTag = <body>
stylesheet = fileadmin/templates/mdc/styles.css
10 = TEMPLATE
10 {
template = FILE
template.file = fileadmin/templates/mdc/template.html
workOnSubpart = DOKUMENT
marks {
INHALT < styles.content.get
TITEL = TEXT
TITEL.value = {page:nav_title//page:title}
TITEL.insertData = 1
TITEL.wrap = <h1>|</h1>
HAUPTNAV = HMENU
HAUPTNAV {
special = directory
special.value = 10
1 = GMENU
1{
wrap=<ul>|</ul>
noBlur = 1
NO = 1
NO{
wrapItemAndSub = <li>|</li>
transparentBackground = 1
ATagTitle.field = title
wrap = |
XY = 120,28
10=TEXT
10 {
text.field=title
offset=1,20
fontColor=#ffffff
fontSize=10
}
}
IFSUB = 1
IFSUB{
transparentBackground = 1
ATagTitle.field = title
wrapItemAndSub = <li>|</li>
wrapItemAndSub = <li>|</li>
transparentBackground = 1
ATagTitle.field = title
XY=[10.w]+10,24
10=TEXT
10 {
text.field=title
offset=1,20
fontColor=#ffffff
fontSize=10
}
}
ACTIFSUB = 1
ACTIFSUB < .IFSUB
ACTIFSUB.allWrap = <li id="navi-aktiv">|</li>
ACT = 1
ACT < .NO
ACT.doNotLinkIt = 1
ACT.allWrap = <li id="navi-aktiv">|</li>
}
2 < .1
2.wrap = <ul id="subnav">|</ul>
}
}
}
}
Ich danke schon mal für Eure Antworten...