将鼠标悬停在链接上时如何创建具有两列的弹出框?
大家好:)我正在创建一个网站,我想创建一个确定大小的弹出框,当鼠标悬停在链接上时会显示两列。左栏中是图像,右栏中是带有链接的文本。我如何最好使用 CSS 来做到这一点?
谢谢你!
Hey guys : ) I am creating a website and I would like to create a pop-up box of determined size that would display two columns when hovering over a link. In the left column an image and in the right column a text with a link. How do I do it using preferebly CSS?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用
onmouseover
和onmouseout
来完成此操作You can do it using
onmouseover
andonmouseout