Say I have the following markup:
<li><a href="somehwere">Link text</a></li>
If I have a background image on the a tag, how would I hide the link text using just css? font-size:0 seems to work fine on the a tag apart from in ie7 little blobs show.
- Thanks for help so far I have used
line-height: 0;
andfont-size: 0;
andtext-indent: -999px
. But it still shows up some blobs in safari, any ideas?