This technique is credited to Mike Rundle and referred to as the Phark Method. There are many more techniques for CSS Image Replacement.

Code: 
h1#logo {
   width: 200px; // width of image
   height: 100px; // height of image
   background: url(../path/to/image.jpg); 
   text-indent: -9999px;
}
EasyMoney Reviewed by EasyMoney on . Standard CSS Image Replacement This technique is credited to Mike Rundle and referred to as the Phark Method. There are many more techniques for CSS Image Replacement. h1#logo { width: 200px; // width of image height: 100px; // height of image background: url(../path/to/image.jpg); text-indent: -9999px; } Rating: 5