<style>
.first {background:#666;}
.gray {background:red;}
</style>
<div class="first" onmouSEOver="this.className='gray'" onmouSEOut="this.className='first'">
www.lalz.net
</div>
未經允許不得轉載:445IT之家 » [JS教程]鼠標移動,背景變色
<style>
.first {background:#666;}
.gray {background:red;}
</style>
<div class="first" onmouSEOver="this.className='gray'" onmouSEOut="this.className='first'">
www.lalz.net
</div>
未經允許不得轉載:445IT之家 » [JS教程]鼠標移動,背景變色