Hallo zusammen,
irgendwie stehe ich auf dem Schlauch.
Ich bekomme eine underleine beim Ersten Buchstaben eines Wortes in meiner Nav.
Siehe Foto.
soweit mir bekannt sind alle underlien Funktionen in der CSS deaktiviert. Liegt es ggef an der Schriftart und deren Anzeige.
Vielen Dank für eure Unterstützung
z.I.
Html
…
CSS
#navibereich{
text-align: center;
background-color: rgba(255,255,255,0.89);
text-decoration: none;
}
#navibereich-1 li {
display: inline;
list-style-image: none;
list-style-type: none;
margin-right: 20px;
font-family: DilleniaUPC;
font-size: 2.5em;
color: #606060;
text-decoration: none;
}
#navibereich-1 li a {
-moz-box-sizing: inherit;
box-sizing: inherit;
-webkit-box-sizing: inherit;
color: #606060;
font-family: DilleniaUPC;
text-decoration: none;
}
#navibereich-1 li a:hover {
color: #575757;
font-style: normal;
font-weight: bold;
text-decoration: none;
}
navibereich-1 li a.active {
color: #606060;
text-decoration: none;
list-style-type: none;
}