Hi!
Kann man einem einzigen Link sowohl eine Unterstreichung als auch keine Unterstreichung zuweisen?
Beispiel:
<style>
a.example span span
{
color:#0c0;
text-decoration:none;
}
a.example:hover span span
{
color:#f00;
text-decoration:underline;
}
</style>
<div class="footer">
<a href="http://asdfsdfas.de/" class="example">This <span>is <span>a link</span></span></a>
</div>
Das scheint bei mir nicht zu klappen.
Grüße
Kamodon