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

Posted

tags:

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

<h1>
	<a href="/">RTC<em>RM</em></a>
</h1>

h1 {
	font properties here
}

h1 a {	// This can be any inline element: span, strong, em, etc.
	display: block;		// This forces the <a> element to be as wide as the containing <h1>
        width: XXXpx;
	height: XXXpx;	
        background: url('../img/logo.gif') no-repeat 0 0;
        overflow: hidden;
	text-indent: -9999px;
}

/* Example from header on 2008 RTCRM public site */

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

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

CSS 用图像替换文本

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

CSS流体图像替换?

图像/文本替换-可单击

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