I´m experimenting a bit with css sprites and have a small problem wich I tracked down to the following question.
I have this simple HTML and some styles applied – see the fiddle below.
<a href="#"><span class="fs"></span></a>
For the span I defined a fixed size of 16x16px – but the link area seems to be bigger (I assigned different colors). Why? I already tried to define a line-height of same size…
I think I need a coffee…
try the
float:left;in the.fsJsFiddle