gpt4 book ai didi

javascript - 将鼠标悬停在图像的一个点上,文本会出现在侧面

转载 作者:行者123 更新时间:2023-11-28 01:00:11 25 4
gpt4 key购买 nike

我有一张图片,图片上有一个包含 4 个数字的时间轴。当我将鼠标悬停在其中一个数字上时,我希望文本出现在图像旁边。我该怎么做?

非常感谢。

最佳答案

好了:http://jsfiddle.net/zcps7xef/

html

<div id="contain">
<a>text</a>
<div class="text">other text</div>
</div>

CSS

#contain{
clear: both;
}

a{
float: left;
margin-right: 14px;
}

#contain:hover div.text{
display: block;
}

.text{
float: left;
display: none;
}

关于javascript - 将鼠标悬停在图像的一个点上,文本会出现在侧面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52719374/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com