码迷,mamicode.com
首页 > 其他好文 > 详细

【技术】文本替换(图片下载失败,文本便显示出来)

时间:2015-08-27 10:45:09      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:

技术分享

图片下载失败:

技术分享

html部分:

<h1>文本替换</h1>
<h2 id="h2">heading 2<span></span></h2>

css部分:

#h2{
  position: relative;
  width: 250px;
  height: 76px;
  overflow: hidden;
}
#h2 span{
  position: absolute;
  width: 250px;
  height: 76px;
  left: 0;
  top: 0;
  background: url("images/heading2.jpg") no-repeat;
}

 

【技术】文本替换(图片下载失败,文本便显示出来)

标签:

原文地址:http://www.cnblogs.com/ybingbing_1213/p/4762440.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!