怎么样设置鼠标移动到DIVD里面的内容上面 DIV标签改变背景色

入题

<style>
.change{background-color:red}
.normal{background-color:white}
</style>
<body>
<div onmouseover="this.className='change'" onmouseout="this.className='normal'">放上来就变色</div>
</body>
温馨提示:答案为网友推荐,仅供参考
第1个回答  2009-08-13
1楼正解!
相似回答