可以用于table的td,也可以用在div上,类似IBM的效果

鼠标经过时改变背景颜色

插入代码:<!--

<table><tr><td width="100" height="100" bgcolor="#BDDEEE" onMouseOver="this.bgColor='#E6EEF2'" onMouseOut="this.bgColor='#BDDEEE'">webjx.com</td></tr></table>

-->

鼠标经过时改变背景图片

插入代码:<!--

<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>

-->

posted on 2009-05-12 14:37  笑傲江湖  阅读(472)  评论(0编辑  收藏  举报