Thomas: Fehler bei Verwendung von CSS

Beitrag lesen

Dann wirst Du sehen, warum die Hover-Effekte und Links nicht funktionieren.

Hab den gesamten div-Block raus genommen.
Die Hover-Effekte, Links und auch die Breitenangabe width:99% wird trotzdem nicht umgesetzt!

Liegt der Fehler etwa in den css-Angaben?

Quellcode:

a.leftnavi:link {color:#000099; font-weight:bold; text-align:center; width:99%; line-height:22px; font-size:16px; background-color:#99cbff; border-style:solid; border-color:#dbdbdb; border-width:2px; font-family:tahoma; text-decoration:none;}
a.leftnavi:visited {color:#000099; font-weight:bold; text-align:center; width:99%; line-height:22px; font-size:16px; background-color:#99cbff; border-style:solid; border-color:#dbdbdb; border-width:2px; font-family:tahoma; text-decoration:none;}
a.leftnavi:active {color:#000099; font-weight:bold; text-align:center; width:99%; line-height:22px; font-size:16px; background-color:#99cbff; border-style:solid; border-color:#dbdbdb; border-width:2px; font-family:tahoma; text-decoration:none;}
a.leftnavi:hover {color:#000099; font-weight:bold; text-align:center; width:99%; line-height:22px; font-size:16px; background-color:#ff66ff; border-style:solid; border-color:#dbdbdb; border-width:2px; font-family:tahoma; text-decoration:none;}

a.leftnavichosen:link {color:#000099; font-weight:bold; text-align:center; width:99%; line-height:22px; font-size:16px; background-color:#ff66ff; border-style:solid; border-color:#dbdbdb; border-width:2px; font-family:tahoma; text-decoration:none;}
a.leftnavichosen:visited {color:#000099; font-weight:bold; text-align:center; width:99%; line-height:22px; font-size:16px; background-color:#ff66ff; border-style:solid; border-color:#dbdbdb; border-width:2px; font-family:tahoma; text-decoration:none;}
a.leftnavichosen:active {color:#000099; font-weight:bold; text-align:center; width:99%; line-height:22px; font-size:16px; background-color:#ff66ff; border-style:solid; border-color:#dbdbdb; border-width:2px; font-family:tahoma; text-decoration:none;}
a.leftnavichosen:hover {color:#000099; font-weight:bold; text-align:center; width:99%; line-height:22px; font-size:16px; background-color:#ff66ff; border-style:solid; border-color:#dbdbdb; border-width:2px; font-family:tahoma; text-decoration:none;}