html css 结构化容器

发布于 2024-12-29 11:57:57 字数 159 浏览 0 评论 0原文

请参阅 www.derekho.co.uk 上的测试页面

我想“清空”容器标有“D”,以便主体背景图块显示出来。

容器 D 需要设定宽度并且需要居中。有什么想法吗?

please see the test page on www.derekho.co.uk

I'm wanting to 'empty' the container labelled with 'D' so that the body background tiles show through.

Container D needs a set width and needs to be centered. Any ideas?

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

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

发布评论

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

评论(1

由提问者解决:

http://www.derekho.co.uk/test.html< /p>

我建议使用浮动而不是绝对定位。使用绝对定位,在整个结构的顶部和底部添加内容时会遇到麻烦。例如,如果您添加页脚并且侧栏比中心栏大,则页脚将位于这些栏下方,它们将覆盖它!使用浮动,您可以避免页脚元素的此设置 clear: Both;

浮动示例:

http://www.pmob.co.uk/ temp/fixed-center-fluid-sides.htm

As solved by asker:

http://www.derekho.co.uk/test.html

I suggest to use floats instead of absolute positioning. With absolute positioning you will have troubles when adding content on top and at bottom of the whole structure. For example, if you add a footer and side columns are bigger than the center one, footer will be positioned under these columns, they will cover it! Using floats, you can avoid this setting clear: both; for the footer element.

Float example:

http://www.pmob.co.uk/temp/fixed-center-fluid-sides.htm

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