Image-Replacement - Phark-Methode


/ Published in: CSS
Save to your folder(s)

This solution is cool for screen readers, because they also read the text content.


Copy this code and paste it in your HTML
  1. The XHTML-Code:
  2. <h1>Muster</h1>
  3.  
  4. The CSS-Code:
  5. h1 {
  6. background: url(muster.gif);
  7. height: 25px;
  8. text-indent: -999em;
  9. width: 250px;
  10. }

Report this snippet


Comments


You need to login to view comments.