最大化页面时页面布局发生变化,如何停止?
我希望我的所有信息都位于中心,如以下链接所示:
它看起来不错,但是当我拉伸/最大化浏览器页面时,布局会因文本向右移动而发生变化,然后框会移动。
这是如何停止的?
谢谢!
詹姆斯
I want all my information to be in the center as you can see in the link below:
It looks fine BUT when i stretch/maximize the browser page the layout changes by text going right and then the boxes moving.
How is this stopped?
Thanks!
James
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
注意:您的链接无效。
如果你的设置是这样的:
要使内容居中(给页面一个固定的宽度),你需要使用这个CSS:
这样,你可以给页面一个固定的宽度,并使布局固定。
NOTE: Your Link is not working.
If your setup is like this:
To Center the content ( to give the page a fixed width ), you need to use this CSS:
This way, you can give the page a fixed width and make the layout fixed.
你为什么不看看这段代码(jsfiddle) &看看这是否也能清理得更干净一些。
Why don't you take a look at this code (jsfiddle) & see if that cleans it up a bit more, too.