[JS教程]鼠标移动,背景变色

<style>
.first {background:#666;}
.gray {background:red;}
</style>
<div class="first" onmouSEOver="this.className='gray'" onmouSEOut="this.className='first'">
www.445i.com
</div>

未经允许不得转载:445IT之家 » [JS教程]鼠标移动,背景变色

赞 (0) 打赏

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏