图像/文本替换-可单击

Posted

tags:

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

[via rtcrm]

Image/Text replacement for clickable image. This is useful for logo images.
  1. <h1>
  2. <a href="/">RTC<em>RM</em></a>
  3. </h1>
  4.  
  5. h1 {
  6. font properties here
  7. }
  8.  
  9. h1 a { // This can be any inline element: span, strong, em, etc.
  10. display: block; // This forces the <a> element to be as wide as the containing <h1>
  11. width: XXXpx;
  12. height: XXXpx;
  13. background: url('../img/logo.gif') no-repeat 0 0;
  14. overflow: hidden;
  15. text-indent: -9999px;
  16. }
  17.  
  18. /* Example from header on 2008 RTCRM public site */

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

Android - 通过 FragmentManager 替换片段后,片段返回到它们的第一个状态

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

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

分享前端开发常用代码片段

关于js----------------分享前端开发常用代码片段

如何从主要活动中替换片段