Guten Morgen, hier mal mein Style
a:hover {
color: #99CCAA;
background-color: #EEFF00;
border-bottom: 1px;
border-bottom-style: solid;
border-bottom-color: #FF0000;
border-top: 1px;
border-top-style: solid;
border-top-color: #FF0000;
}
Zusammengefasst habe ich das so:
a:hover { color: #CC00CC; background-color: #EEFFAA; border-bottom: 1px solid #FF0000 border-top solid #FF0000; }
Die ausführliche Variante funktioniert. In der Zusammenfassung wird nur border-bottom übernommen, border-top fehlt. Warum?