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.
如何制作一个 100% 的浏览器窗口高度减去顶部和底部的 20 像素的容器 div?这样顶部/底部始终有 20 的边距,并且永远不需要滚动条。在 CSS 中?
谢谢!
您可以将 div 设置为 position: absolute,然后将 top 和 bottom 设置为 20px。看到这个小提琴:http: //jsfiddle.net/b3kW3/