日期:2014-05-17 浏览次数:20934 次
$("#left li").mouseover(function(){ $(this).css("background-image","url(./images/a9.gif) no-repeat"); }); $("#left li").mouseout(function(){ $(this).css("background-image","");