如何使用 jQuery 为附加元素指定位置

发布于 2024-10-11 03:05:55 字数 294 浏览 2 评论 0原文

我附加的元素非常混乱并且遍布各处。 当您在一个框中添加某些内容时,其他框会移动。

我问你的问题是; 我如何为我要附加的元素提供某种结构。 也许采用某种瓷砖策略?

我想要正好 4 个彼此相邻的盒子,第五个盒子在它下面,这样你就可以创建 4 行。 但我不知道如何做到这一点,如果这里有很多工作

是我的代码:http://www.jsfiddle.net/Es3R9/" jsfiddle.net/Es3R9/

my appended elements are very messy and all over the place.
When you append something in one box, the other ones move.

My question to you is;
How can i give some kind of structure to the elements i'm appending.
Maybe with some sort of tile strategy?

i want exactly 4 boxes next to each other and the fifth beneath it so you create rows of 4.
but i dont know how to do this and if its a lot of work

here is my code: http://www.jsfiddle.net/Es3R9/

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

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

发布评论

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

评论(1

眼泪也成诗 2024-10-18 03:05:55

将容器的宽度更改为 800px 并将 float: left; 添加到 .redbox。就是这样。

Change the width of your container to 800px and add float: left; to .redbox. That's it.

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