hallo,
ich habe ein problem mit dem .linksmall, der in firefox und chrome mit underline dargestellt wird, in ie allerdings - wie gewünscht - ohne.
a:link,a:visited {color:navy;font-weight:bold;text-decoration:underline;}
a:hover,a:active {color:black;font-size:11px;font-weight:bold;text-decoration:none;}
.linksmall {font-size:11px;font-family:arial,sans-serif;color:black;font-weight:normal;text-decoration:none;}
#topline {width:770px;text-align:right;}
<div id="topline"><a href="/"><span class="linksmall">Startseite</span></a></div>
die farbe des unterstrichs in <span class="linksmall">kleiner link</span>
wird durch a.link bestimmt. ich habe auch schon !important im selektor linksmall versucht, leider erfolglos. warum wird hier ein underline dargestellt? danke!