Moin!
Ich habe einen Anchors: <a href="/forums/" class="link"><span>Link</span></a>
In meinem CSS steht: span { display: none; }
und: a.link { background: url(foo.gif) no-repeat; }
a.link:hover { background: url(bar.gif) no-repeat; }
Jetzt muss ich nur irgentwie die Länge von .link festlegen da sie sonst Null ist aber mit width: 100px; geht es nicht.
Kennt jemand eine Lösung?
Gruß Kalle