gpt4 book ai didi

html - 如何在 "round"div 上获得圆形悬停?

转载 作者:行者123 更新时间:2023-11-28 15:29:45 26 4
gpt4 key购买 nike

我想知道是否有任何方法可以使 div 看起来像圆形。

我试过:

img {
width: 350px;
border : 2px solid red;
border-radius: 175px;
}

img:hover {
border-color : blue;
}

但当我进入正方形区域 (350x350) 时出现蓝色边框

编辑:此代码适用于 Firefox,但不适用于 Chrome。

最佳答案

Working Fiddle

img {
width: 350px;
border : 2px solid red;
-webkit-border-radius: 175px;
-moz-border-radius: 175px;
border-radius: 175px;
height:350px;
}
img:hover {
border-color : blue;
}

关于html - 如何在 "round"div 上获得圆形悬停?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22403030/

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