用jquery动态改变<li>列表的背景,没有效果???
$("#left li").mouseover(function(){ $(this).css("background-image","url(./images/a9.gif) no-repeat"); }); $("#left li").mouseout(function(){ $(this).css("background-image","");