bubbi: Wird text-decoration vererbt?

Beitrag lesen

firebug zeigt mir allerdings an, dass text-decoration:none ist.

Beim Link?

Cheatah

ja, und zwar so:

.linksmall  {
color:black;
font-family:arial,sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
}

Geerbt von:

a:hover, a:active {
color:black;
font-size:11px;
font-weight:bold;
text-decoration:none;
}

wobei ALLE deklarationen von a:hover, a:active durchgestrichen sind (und ich aber nicht weiß, wie ich das hier im forum darstellen soll).