鼠标悬停时展开 div。 (向左侧或右侧扩展)
这是后续:
我想在悬停状态下添加更多内容。假设“正常”(宽:100 像素,高:100 像素)有一个 50 像素(宽/高)的图像,图像居中,下方有一个居中的小标题。 “悬停”(w:300px,h:100px)与“正常”相同,但它可以在图像和标题的左侧或右侧展开,并且另一侧有更多内容。
我该怎么做呢?
哈雷
This is a follow up on:
Expanding Div..... stackoverflow
I want to add more content in the hovered state. Say 'Normal' (w:100px, h:100px) has an 50px(w/h) image centered with a small centered caption under it. 'Hover' (w:300px, h:100px) has the same as 'Normal', but it can either expand on the left side of the image and caption or right side and there is more content on the other side.
How would I go about doing that?
Harley
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
Try this: