一些简单的样式问题

1、鼠标的动作改变样式 onmouseover,onmouseout
直接定义样式:onmouseover="this.style.backgroundColor='#ff0000'"   onmouseout="this.style.backgroundColor='#ffffff'"
使用定义好的css:onmouseover="this.className='style1'" onmouseout="this.className='style2'"

2、显示超链接的手型
style="cursor:hand;"

posted @ 2009-07-09 10:00  无知者  阅读(197)  评论(0编辑  收藏  举报