当前位置: 代码迷 >> ASP.NET >> 这个css样式错哪了啊
  详细解决方案

这个css样式错哪了啊

热度:5827   发布时间:2013-02-25 00:00:00.0
这个css样式哪里错了啊?
HTML code
.label1{    height: 30px;    width: 79px;    color: Black;     background-image: url('../Forecast/images/趋势.png');    background-repeat: no-repeat;    font-size: 9pt;    font-weight: normal;    text-align: center;    cursor: pointer;}


为什么我这个css样式放在td title="趋势" id="aTrend" class="label1" onclick="Change('pagecontent1','aTrend')">

里面里面的图像没有显示出来呢? 路径也正确啊

------解决方案--------------------------------------------------------
CSS code
   background-image: url('../Forecast/images/趋势.png');   <!--background-repeat: no-repeat;-->
------解决方案--------------------------------------------------------
background-repeat: no-repeat
不要这个
  相关解决方案