<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的图片可以显示,但是第二张移入的图片不显示,不知道为什么?