More information about the Underscore mailing list

[_] image replacement techniques

Tim Beadle tim.beadle at gmail.com
Mon Aug 21 14:50:19 BST 2006

On 21/08/06, Joel <joel at jojet.com> wrote:

> can I just canvas peoples opinion on which image replacement
> techniques they use? (e.g. FIR etc).

FIR is deprecated. Don't use FIR.


> Obviously FIR doesn't have a good reputation with regards to
> accessibility etc...

FIR is deprecated. Don't use FIR.

I tend to use a negative text-indent IR technique, like LIR
(Langridge/Leahy IR).

e.g.

a.logo {
width: 100px;
height: 50px;
text-indent: -999em;
}

Tim