Problem: Ich hab da folgendes DIV:
und folgendes CSS:
Der Link hovert aber nicht
Weis jemand woran's liegen könnte?
Code:
<div id="footer"> blahblah ALL RIGHTS RESERVED<br /> <a href="">XHTML 1.0</a> & CSS 2.0 compatible </div>
Code:
#footer a:link {color: #21826D; text-decoration:none} #footer a:hover {color: #22846F; text-decoration:underline} #footer a:active {color: #21826D; text-decoration:underline} #footer a:visited {color: #21826D; text-decoration:none}
Weis jemand woran's liegen könnte?
Kommentar