日期:2014-05-18  浏览次数:20504 次

动态按钮问题
<div id="divAdd" style="text-align:right; width:690px" runat="server">
  <input type="button" class="backbtn" value="添加记录" onmouseover="this.className='backbtn1'" onmouseout="this.className='backbtn'" />
  </div>


.backbtn{ background:url(../image/btnbg02.gif) no-repeat; width:91px; height:32px; cursor:pointer; border:0; font-size:14px;}
.backbtn1{ background:url(../image/btnbg03/gif) no-repeat; width:91px; height:32px; cursor:pointer; border:0; font-size:14px;}

做个移入移出切换图片的动态按钮,可是第一张02的图片可以显示,但是第二张移入的图片不显示,不知道为什么?

------解决方案--------------------
(../image/btnbg03/gif
这个错了啊,应该是(../image/btnbg03.gif
------解决方案--------------------
不显示应该是路径错误
------解决方案--------------------
探讨

引用:

(../image/btnbg03/gif
这个错了啊,应该是(../image/btnbg03.gif



这个问题修改了,还是不显示图片

------解决方案--------------------
路径错误