PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : background probleme



TiggeR
31.10.2003, 15:05
Hallo

also ich hab ein stylesheet das wie folgt aussieht:

<style type="text/css">
.menue {font-family:arial; font-size:12; text-decoration:none}
.text {font-family:arial; font-size:14; text-decoration:none}
h2 {font-family:arial; font-size:18; text-align:center}
A {font-family:arial; text-decoration:none; font-size:12}
A:hover {font-family:arial; color: #0000ff; font-weight: bold; text-decoration:none; font-size:12; background: #000000}
</style>

im menü funktioniert der background einwandfrei! sobald ich drüber fahr wird der hintergrund schwarz. allerdings hab ich auch ein "mailto" link drin der leider nur #0000ff wird :-( und es kommt kein background dazu!!
aber wieso? der link fängt genauso mit <a .... an! kann mir da jmd helfen?

mfg TiggeR

Mikes-PCHilfe
31.10.2003, 16:20
Weil es nicht background sondern

background-color:#E0E0E0;

heißt.

Gruß Mike

TwoBee
07.01.2004, 22:31
-> http://selfhtml.teamone.de/navigation/css.htm#hintergrund

Mikes-PCHilfe
07.01.2004, 22:37
besser gehts nicht ;)