Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
作为标题,如果我想实现一些效果,比如对悬停在图像上进行描述,并且带有描述的 div 框将在该行下方淡出,我如何使用 Javascript、jQuery 或 CSS3 来实现这一点?谢谢你的回复。
您可以将图像和描述放在 div 中,将 div 高度设置为图像高度并溢出:隐藏;
然后在 :hover 上关闭溢出
使用 CSS 过渡以获得平滑的效果