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

相关文章:

  • 2021-12-29
  • 2021-05-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-05
猜你喜欢
  • 2021-06-25
  • 2022-12-23
  • 2021-05-25
  • 2021-04-26
  • 2022-02-15
  • 2021-12-22
  • 2021-09-28
相关资源
相似解决方案