摘要: 1、鼠标的动作改变样式 onmouseover,onmouseout直接定义样式:onmouseover="this.style.backgroundColor='#ff0000'" onmouseout="this.style.backgroundColor='#ffffff'"使用定义好的css:onmouseover="this.className='style1'" onmouseout... 阅读全文
posted @ 2009-07-09 10:00 无知者 阅读(197) 评论(0) 推荐(0) 编辑