清理浮子高度
http://jsfiddle.net/yN2Ky/2/show/
表单页面:http://jsfiddle.net/wbRBj/2/
问题在于内容mainarea
会动态更改,因此 overflow:hidden;
在 contentarea
上不起作用。
我想要...
sidebar.height=max(mainarea.height,sidebar.height)=contentarea.height=mainarea.height
有什么建议吗?
提示:尝试使用关键字“Εeditεταστική”进行搜索。
上面的代码适用于没有动态更改 mainarea/sidebar 内容(及其高度)的页面...
似乎 google 明确了 cse div,但不知何故,此属性被禁用 **图像来自 ie F12 模式
http://jsfiddle.net/yN2Ky/2/show/
form page: http://jsfiddle.net/wbRBj/2/
The problem is that content of mainarea
changes on the fly so overflow:hidden;
on that contentarea
doesn't work.
I want...
sidebar.height=max(mainarea.height,sidebar.height)=contentarea.height=mainarea.height
Any suggestions?
Tip: try to search with keyword "Εξεταστική".
The code above works fine for pages that haven't change mainarea/sidebar content (and height of them) on the fly...
It seem's that google make clear into cse div, but somehow, this properties are disabled
**image from ie F12 mode
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
选项 #1
#sidebar
的边框#mainarea
添加右边框选项 #2
等高列
查看我的演示
选项 #3
假列
Option #1
#sidebar
#mainarea
Option #2
Equal-height Columns
See my demo
Option #3
Faux Columns