Home > Web Front-end > HTML Tutorial > 在<a href="#">abc</a>中,如何实现鼠标悬停时执行href?_html/css_WEB-ITnose

在<a href="#">abc</a>中,如何实现鼠标悬停时执行href?_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:05:18
Original
1113 people have browsed it

 


                    
  • AAA

  •                 
  • BBB

  •             


回复讨论(解决方案)

用JS的onmousemove="function()“;悬停事件。
但这样做的话,感觉设计上有问题,鼠标只要经过就会跳转,体验不太好吧。

用JS的onmousemove="function()“;悬停事件。
但这样做的话,感觉设计上有问题,鼠标只要经过就会跳转,体验不太好吧。


         我并不是要跳一个页面,只是要跳一个dv.


用JS的onmousemove="function()“;悬停事件。
但这样做的话,感觉设计上有问题,鼠标只要经过就会跳转,体验不太好吧。


         我并不是要跳一个页面,只是要跳一个dv.
道理还是一样的啊,把href地址改一下就行了。等等,我给你写个demo吧。我只是个人觉得这种体验不好。



用JS的onmousemove="function()“;悬停事件。
但这样做的话,感觉设计上有问题,鼠标只要经过就会跳转,体验不太好吧。


         我并不是要跳一个页面,只是要跳一个dv.
道理还是一样的啊,把href地址改一下就行了。等等,我给你写个demo吧。我只是个人觉得这种体验不好。
         我弄出来了,谢谢。
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template