Wednesday, March 31, 2010

Standard CSS Image Replacement

h1#logo {

   width: 200px; // width of image

   height: 100px; // height of image

   background: url(../path/to/image.jpg);

   text-indent: -9999px;

}

 

No comments:

Post a Comment