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

图片下载失败:

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;
}

 

posted @ 2015-08-27 10:04  ybingbing_1213  Views(195)  Comments(0)    收藏  举报