......
<style>
.button-normal
{/*添加onmouseover事件,更换背景图片*/
onmouseover:expression(onmouseover=function(){this.style.background='url("背景图片地址")';});
}</style>
.......
<div class="button-normal">xxx</div>
.......
<style>
.button-normal
{/*添加onmouseover事件,更换背景图片*/
onmouseover:expression(onmouseover=function(){this.style.background='url("背景图片地址")';});
}</style>
.......
<div class="button-normal">xxx</div>
.......
浙公网安备 33010602011771号