gpt4 book ai didi

html - 如何在 css 中去除图像周围的边框?

转载 作者:技术小花猫 更新时间:2023-10-29 11:46:27 24 4
gpt4 key购买 nike

当鼠标光标位于帮助图标上时,我尝试显示一个跨度。

虽然可以,但我还是没能去掉图标周围的边框。

我的 CSS:

.info{
position:absolute;
border:none;
}

a.info{
position:absolute;
z-index:24;
background:none;
color:#000;
text-decoration:none
}

a.info:hover{
z-index:25;
background-color:#FFF;
cursor:help;
}

a.info span{
display: none
}

a.info:hover span{
display:block;
position:absolute;
cursor:help;
bottom:0px;
left:26px;
width:150px;
padding:4px;
}

光盘

最佳答案

另一件事 - 请记住,如果您有一个带有 empty src 属性的 an,那么这些建议都不起作用,边框仍然显示。

<img src="" style="width:30px;height:30px;">

关于html - 如何在 css 中去除图像周围的边框?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2153425/

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