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.
我正在编写一个网站,目前遇到的问题是垂直滚动条比网页内容滚动得更多。例如,如果我有 300 像素的内容(高度),滚动条可能会一直向下滚动到 600 像素。所以当我向下滚动到底部时,我有 300 像素的空白白色。如何调整页面高度或滚动条,使其只允许用户滚动到页面内容的末尾?
谢谢!
不要给内容一个高度。文本将自动创建内容的高度。
示例:http: //jsfiddle.net/mSVnx/1/