需要在 jquery 站点中更改鼠标悬停时的背景图像
尝试了 jquery 站点中链接的 onmouseover 背景图像更改事件,如果有人知道,请用演示来回答这个问题!
hecked up trying a onmouseover background image change event for a link in a jquery site, if anyone knows it, please answer this with a demo!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
假设:您有一个透明的背景图像,如本示例中的图像。
工作演示位于: http://jsfiddle.net/marcosfromero/Bytmn/
您需要一个图像带有
logo
id 和highlighted
类的 CSS 规则。jQuery
hover
期望调用两个函数:mouseenter
事件)mouseleave
事件)Assumption: you have a transparent background image like the one in this example.
Working demo at: http://jsfiddle.net/marcosfromero/Bytmn/
You'll need an image with
logo
id and a CSS rule for thehighlighted
class.jQuery
hover
expects two functions to be called:mouseenter
event)mouseleave
event)CSS 可以做到,伙计。
CSS CAN DO IT BUDDY.