/ Published in: CSS
This solution is cool for screen readers, because they also read the text content.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
The XHTML-Code: <h1>Muster</h1> The CSS-Code: h1 { background: url(muster.gif); height: 25px; text-indent: -999em; width: 250px; }