中间 Div 未在行中完全展开,包括图片
中间 Div 出现问题,无法扩展到宽度 http://acs.graphicsmayhem.com/images /middiv.jpg
好吧,我怎样才能让中间的div扩展到整个?我已经在这个问题上苦苦挣扎了好几个小时了。请问有人可以帮助我吗?我不会使用表格,我知道这必须是可能的。
谢谢。
Ok, how do I get the Middle div to expand to it's entirety?? I've been wrestling with this issue for hours now. Please can anyone help me?? I'm not going to use tables, I know this has to be possible.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
设置左右边距等于左右浮动 div + 之间需要的 5px 间隙。
那就是:
并且不要浮动 mid div。将右浮动 div 放在左浮动前面,将中间 div 放在 html 的最后(消除 IE6 错误)。
Set a left and right margin equal to the left and right floated div + thos 5px gap you need in between.
That would be:
and do not float the mid div. Place the right floated div in front of left floated, and the mid div as last in html (eliminates IE6 bug).
关于简单、理想、直观的三栏布局已经写了很多文章。这个非常好,我发现它相对容易修改,我使用过它两次:http://matthewjamestaylor.com/blog/perfect-3-column.htm
A lot has been written on the Simple, Ideal, Intuitive Three-Column Layout. This one is pretty good, and I've found it to be relatively easily modifiable, the two times I've used it: http://matthewjamestaylor.com/blog/perfect-3-column.htm
这应该可行:
那么你也不需要浮动在该 div 上。
That ought to work:
You also won't need floating on that div, then.
不知道为什么你要浮动顶部 div。假设:
十:
Not sure why you're floating the top div. Assuming:
ten: