Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我似乎有一个问题,我的容器 div 没有达到页面底部的 100% 高度。您可以在http://jsfiddle.net/hqC3U/看到布局
我已经尝试了从最小高度到不工作的肮脏旧黑客的所有方法。
有没有人有一些建议?
您不能将百分比值应用于 div 高度,因为理论上您的高度可能是无限的。您将不得不使用最小高度之类的东西。