我可以将鼠标悬停,但不能通过点击将元素传递到下面的项目吗?
我有一个视频元素,其顶部是一个 #video-overlay
div,它动态绝对定位在视频顶部。叠加层需要接受点击,这工作正常,但我想要一个悬停效果来影响视频。
我还希望能够悬停视频叠加的特定部分,但我不确定这是否可能。
I have a video element, and on top of it is a #video-overlay
div, which is dynamically absolutely positioned to be on top of the video. the overlay needs to accept clicks, which is working fine, but I'd like a hover effect to affect the video.
I'd like to also be able to hover specific parts of the video-overlay, but I'm not sure if that's possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能可以将事件以菊花链方式连接起来。
像...
You could probably just daisy chain the events.
something like...