当鼠标悬停在其他 div 上时更改中心 div 的鼠标悬停效果
我想制作一个带有 div 的页面,其中图像位于直接中心,当用户将鼠标悬停在其他 div(整个内容,而不仅仅是链接)上时,我希望更改图像。
是否需要使用 javascript 来实现此目的?最简单的解决方案是什么(鼠标悬停时?)。我不太了解 JavaScript。有没有关于这方面的好的教程,我用谷歌搜索但找不到有关 div 交换的任何内容。
谢谢!
I'd like to make a page with a div with an image in the direct center, and when the user mouseover other divs (the whole thing, not just links) I'd like to have the image change.
Is it required to use javascript for this? What's the simiplest solution (onmouseover?). I don't know javascript very well. Is there a good tutorial on this, I googled but had trouble finding anything about div swapping.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以为此使用 jquery 函数...请参阅此处
鼠标悬停 和 鼠标移开
You can use jquery functions for this...Refer here
mouseover and mouseout
我在这里包含了一些示例源代码......
在这里您必须替换相对于本地系统的图像名称和位置()。
我希望这对你有帮助。
I have Included some sample source code here....
here u have to replace image name and locations () as relative to Ur local system.
I hope This will help U.