标准 CSS 图片替换

Avatar of Chris Coyier
Chris Coyier
h1#logo {
   width: 200px; // width of image
   height: 100px; // height of image
   background: url(../path/to/image.jpg); 
   text-indent: -9999px;
}

此技巧归功于 Mike Rundle,被称为 Phark 方法。还有 更多 CSS 图片替换技巧