jQuery .css border-radius 不适用于位置:绝对?

发布于 2024-11-28 22:03:25 字数 344 浏览 2 评论 0原文

我有一系列图像可以进行画廊类型的显示。我使用 jQuery 将它们制成圆形,每个直径具有随机直径。

它工作得很好,但我需要正确放置它们。问题在于,为包含图像的

赋予 position:absolute (或任何类型的位置)会改变
代码> 变回正方形。

有解决办法吗?我做错了什么吗?

我做了一个小提琴来使代码清晰

I have a series of images that makes a gallery-type of display. I use jQuery to make them round with a random diameter for each.

It works perfectly fine, but then I need to place them correctly. The problem is that giving the <div> that contains the image a position:absolute (or any kind of position) turns the <div> back into a square.

Is there a fix? Am I doing something wrong?

I made a Fiddle to make the code clear.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

好菇凉咱不稀罕他 2024-12-05 22:03:25

在每个图像周围放置一个包装器

似乎可以解决它......

http ://jsfiddle.net/szGnh/21/

Putting a wrapper <div> around each image, seems to solve it...

http://jsfiddle.net/szGnh/21/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文