+ -
当前位置:首页 → 问答吧 → 图片没显示出来啊

图片没显示出来啊

时间:2011-12-04

来源:互联网

在CSS中有:
#news-enents
{
  width:373px;
float:right;
}

#news-events #what-on
{
  background-image:url(../img/whatson-h.gif);
background-position:left center;
background-repeat:no-repeat;
width:372px;
height:42px;
   
}

在HTML中有:
 <div id="news-enents">
  <div id="what-on">
  </div>
  </div>

可是网页上没有显示图片whatson-h.gif,这是为什么呢

作者: zhrybd   发布时间: 2011-12-04

你的情况和这里一样吗?http://topic.csdn.net/u/20111203/23/c55f5dfd-074a-471e-9aca-72e74835eb82.html

作者: p2227   发布时间: 2011-12-04

热门下载

更多