图像/文本替换-可单击
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了图像/文本替换-可单击相关的知识,希望对你有一定的参考价值。
[via rtcrm]Image/Text replacement for clickable image. This is useful for logo images.
<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 */
以上是关于图像/文本替换-可单击的主要内容,如果未能解决你的问题,请参考以下文章
Android - 通过 FragmentManager 替换片段后,片段返回到它们的第一个状态