可以用于table的td,也可以用在div上,类似IBM的效果 字串7
鼠标经过时改变背景颜色
字串8
插入代码: 字串7
<table><tr><td width="100" height="100" onmouseover="style.backgroundColor='#C86F70'" onmouseout="style.backgroundColor='#DDC676'" bgcolor="#DDC676">webjx.com</td></tr></table> 字串8
鼠标经过时改变背景图片 yueluo.net
插入代码:
字串5
<table><tr><td width="100" height="100" onMouseOver="this.background='/images/1.gif';" onMouseOut="this.background='/images/2.gif';" background="/images/2.gif">webjx.com</td></tr></table>