HTML 网格布局

发布于 2024-12-18 13:07:01 字数 288 浏览 0 评论 0原文

我正在 HTML 中组合一个网格布局,这是我到目前为止所拥有的: http://jsfiddle.net /wlindner/HX2eq/

所附的屏幕截图是我正在尝试做的事情,我真的不确定我是否采取了正确的方法。我应该如何将右下角的宽框安装到正确的位置?

HTML 网格布局

I am putting together a grid layout in HTML, this is what I have so far: http://jsfiddle.net/wlindner/HX2eq/.

The attached screenshot is what I am trying to do and I'm really not sure if I'm taking the right approach. How should I fit the wide box in the bottom right into the correct position?

HTML Grid Layout

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

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

发布评论

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

评论(2

梦中楼上月下 2024-12-25 13:07:01
#attendees-box {
    width: 640px;
    height: 200px;
    float:right;
    margin-top:-224px;
}

您可能需要调整数字。

#attendees-box {
    width: 640px;
    height: 200px;
    float:right;
    margin-top:-224px;
}

You may need to tweak the numbers.

你与昨日 2024-12-25 13:07:01

如果您需要创建或测试任何 HTML 网格布局,请尝试此站点:HTML 网页网格布局生成器。单击“构建”按钮可为任何布局生成 CSS 和 HTML 代码。

If you need to create or test any HTML grid layout try this site : HTML web page grid layout generator. Click the "Build" button to generate the CSS and HTML code for any layout.

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