两侧 div 和 100% 高度的问题

发布于 2024-12-19 15:05:42 字数 473 浏览 0 评论 0原文

警告,该页面包含一些 NSFW 图像。

http://neekeri.com/2012/

我试图使左侧 div 宽度为 300px,右边的一个是页面的其余部分。

我终于弄清楚如何让它们像那样彼此相邻,但是 我使用的修复使高度变得很奇怪。

HTML 和CSS: http://pastebin.com/tggteQWg

有什么建议/想法吗?

Warning, the page contains some NSFW images.

http://neekeri.com/2012/

I'm trying to make the left div 300px width and the right one to be rest of the page.

I finally figured out how to get them stay next to each other like that, but the fix I used made the heights all weird.

HTML & CSS:
http://pastebin.com/tggteQWg

Any suggestions/ideas?

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

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

发布评论

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

评论(1

心碎的声音 2024-12-26 15:05:42

在您的 CSS 中(在 div#right 中),如果您删除 margin-left : 300px 它应该可以修复它。或者,您可以删除overflow :scroll

(不要将它们都删除,但尝试其中之一,两者似乎都能解决您的问题)

In your CSS (within div#right), if you remove margin-left : 300px it should fix it. Alternatively, you can remove overflow : scroll.

(Don't remove them both, but try one or the other, both seem to fix your issue)

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