> If I only use one a-Tag and add, there is no possibility to hide the
> text. (And have a clickable link)
>
> Any other suggestions?

What about something like this:
<div id="footer">
<a href="#help"><img class="help" alt="Help" src="transparent.gif" /></a>
<a href="#fakes"><img class="fakes" alt="Fakes" src="transparent.gif" /></a>
[...]
</div>

#footer img.help { width: 50px;height: 27px }
#footer img.fakes { width: 60px;height: 27px }

Thierry | www.TJKDesign.com

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to