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 彼此相邻(这不是问题)。在圆圈的底部,它将显示我的信息文本的第一个单词。悬停时,信息文本会上升,因此您可以阅读整个文本:
我最初尝试做的是创建一个 divwidth: 170px并height: 170px在我的 CSS 中设置一个圆圈作为背景,然后class:hover显示文本。
width: 170px
height: 170px
class:hover
我在尝试这样做时意识到,我无法像上面发布的普通图片那样隐藏圆圈“后面”的一些文字。
最好的方法是什么?
使一个img浮动在文本顶部(使用 CSS 绝对定位),使圆圈的内部透明。请参阅此处了解更多信息。
img