CSS 可访问的图像替换 - Gilder / Levin方法

Posted

tags:

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

#header h1 a{
	display:block; /* Required */
	width:250px; /* Width of image in question */
	height:70px; /* Height of image in question */
	position:relative; /* Required */
}
#header h1 a span{
	position:absolute; /* Required */
	width:100%; /* Stretch full width of parent */
	height:100%; /* Stretch full height of parent */
	background:url(images/logo.gif) top left no-repeat; /* Image */
	cursor:pointer; /* Required for links to appear like links in IE */
}

<!-- THE HTML -->
<h1><a href="./" title="Return Home"><span></span>Home</a></h1>

以上是关于CSS 可访问的图像替换 - Gilder / Levin方法的主要内容,如果未能解决你的问题,请参考以下文章

CSS 图像/文本替换 - 可点击

CSS 图像/文本替换 - 可点击

css 用于隐藏.img替换文本的可访问方法

如何使用 CSS(jQuery SVG 图像替换)更改 SVG 图像的颜色?

如何使用 CSS(jQuery SVG 图像替换)更改 SVG 图像的颜色?

CSS流体图像替换?