Luke
25-08-2004, 13:30
Problem: Ich hab da folgendes DIV:
<div id="footer">
blahblah ALL RIGHTS RESERVED<br />
<a href="">XHTML 1.0</a> & CSS 2.0 compatible
</div>
und folgendes CSS:
#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}
Der Link hovert aber nicht :(
Weis jemand woran's liegen könnte?
<div id="footer">
blahblah ALL RIGHTS RESERVED<br />
<a href="">XHTML 1.0</a> & CSS 2.0 compatible
</div>
und folgendes CSS:
#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}
Der Link hovert aber nicht :(
Weis jemand woran's liegen könnte?

