Smoother text using CSS
Smoother text using CSS
Out of context: Reply #7
- Started
- Last post
- 8 Responses
- ptouch7180
If your headers are not dynamic use a sprite containing all the headlines you need and then move its position accordingly.
If your headers are dynamic use sifr.
some_selector {
text-indent:-9999px;
background:url(path_to_your_spri...
}(personally i find the sprite method a bit more snappy)