gpt4 book ai didi

jquery - CSS hover 轻拂下图

转载 作者:太空宇宙 更新时间:2023-11-04 03:27:22 25 4
gpt4 key购买 nike

我的网站有问题。当我将鼠标悬停在第四张图片上时,下面的图片会分崩离析,只在 Mozilla 上,但在 Chrome 上工作得很好。我知道这是一个 CSS 问题,我尝试了 -moz-border-radius 但没有用。 Here is the link to the website您可以尝试一下,这是 CSS 的一部分:

listsitemsbg {
list-style:none;
*zoom: 1;
margin:0;
width:100%;
padding-top: 10px;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
}
.listsitemsbg li {
margin-top:10px;
}
.listsitemsbg .thumbnail {
display: block;
padding: 4px;
border: 1.98px solid #BE2121;
background-color:#fff;
}
.listsitemsbg .thumbnail:hover {
border: 0px solid #aaa;
-moz-border-radius: 0px solid #aa
}
.listsitemsbg .thumbnail img {
width: 100%;
}
.listsitemsbg .thumbssettingsbg > div {
margin:0;
border-bottom: 0px dotted #ccc;
padding-top: 3px;
padding-right: 0;
padding-bottom: 3px;
padding-left: 0;
}

最佳答案

问题出在 HOVER 中的边框。按照以下更新悬停类。

.listsitemsbg .thumbnail:hover {
border: 1.98px solid #fff;
}

即使你可以像下面这样使用透明边框。

.listsitemsbg .thumbnail:hover {
border: 1.98px solid transparent;
}

关于jquery - CSS hover 轻拂下图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26882067/

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