如何防止左“后”部分脱落? [英] How to prevent left "post" section from dropping off?

查看:77
本文介绍了如何防止左“后”部分脱落?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的博客有问题。当浏览器窗口缩小时,页面的左边部分(posts区域),下降。您可以在此处查看此操作:

I've got an issue with my blog. When the browser window is narrowed down just so, the left part of the page (the "posts" area), drops. You can see it in action here:

http:// www.itscodingtime.com/

只需将浏览器的右侧向左拖动,缩小浏览器宽度即可。

Just drag the right-side of the browser to the left, narrowing the browser width, and it happens.

我可以根据需要发布CSS(让我知道),但我基本上有一个页面浮动在左边和另一个在右边。我想我需要在某个地方使用一个明确的(或许不是),但我不知道。

I can post the CSS if needed (let me know), but I've basically got one side of the page floated to the left and the other to the right. I think I need to use a clear (or maybe not) somewhere, but I'm not sure.

那么,如何保持posts关闭?

So, how can I keep the "posts" section from dropping off? I'm OK setting a min width across the whole page if that's what will keep it from happening.

推荐答案

这应该做:

#wrap, #content-wrap{min-width:1018px;}

当然,IE6不支持min-width。我添加这个来绕过它:

Of course, min-width is not supported in IE6. I'd add this to get around it:

<!--[if lte IE 6]><style type="text/css">#wrap, #content-wrap{width:1018px;}</style><![endif]-->

这篇关于如何防止左“后”部分脱落?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆