Hallo,
Folgendes wird bei mir im Firefox "nicht richtig" dargestellt. IE und Opera stezen die Schrift genau dorthin, wo ichs haben will.
Im Firefox erscheint sie etwa 15px nach unten und 5px nach links versetzt: Hab Ihr ne Idee, woran das liegt?
html:
<p class="menue saison"><a href="saison.htm">SAISON</a></p>
CSS:
.menue a:link, .menue a:visited { width: 58px; height: 15px;
font-family: Arial, Helvetica, 'SunSans-Regular', sans-serif;
font-size: 0.9em; text-decoration: none;
color: white; background-color: transparent;
text-align: center; }
.menue a:hover { font-size: 1em; font-weight: bold; color: black;
background-color: white; border: 1px solid black; }
.saison { position: absolute; left: 102px; top: 169px; }
Schöne Grüße,
Onkel Schnitzel