怎么可能让phpbb3占据整个页面呢?

发布于 2024-10-20 19:14:52 字数 216 浏览 1 评论 0原文

我已经成功地将 phpbb3 与我的网站集成,但是现在在登录页面上,背景图像应该是白色背景。如何使背景图像延续到页面末尾或将 div 延伸到底部?

这是我的网站:projectstratos.com/forum

如果您的显示器较小,则必须转到登录页面看看我的意思。

I have successfully intergrated phpbb3 with my site however now on the login pages there is a white background where the background image should be. How can I make either the background image continue to the end of the page or extend the div to the bottom?

This is my site: projectstratos.com/forum

If you have a small monitor you will have to go to the login page to see what I mean.

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

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

发布评论

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

评论(1

找个人就嫁了吧 2024-10-27 19:14:52

款式>您的风格名称>主题> common.css

这里你有 2 个选择,

添加到正文

height: 98%; // Assuming html still has a 101% height

添加到 #wrap

min-height: 1000px; // Your min-height

如果您可以与我们分享您的网站,我可以提供更好的答案:)

Styles > Your Stylename > Theme > common.css

Here you have 2 choices,

Add to body

height: 98%; // Assuming html still has a 101% height

Add to #wrap

min-height: 1000px; // Your min-height

I can provide a better answer if you can share you website with us :)

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