CSS 标准CSS图像替换

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS 标准CSS图像替换相关的知识,希望对你有一定的参考价值。

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

/* This technique is credited to Mike Rundle and referred to as the Phark Method. */

以上是关于CSS 标准CSS图像替换的主要内容,如果未能解决你的问题,请参考以下文章

css Css图像替换

css CSS:图像替换

css Css:图像替换

CSS CSS图像替换

CSS 仅使用CSS将HTML文本替换为图像

是否可以使用 css 将图像添加为框阴影?