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 和图像组成。我可以根据 div 的尺寸调整图像的大小。
我查看了 css 媒体查询,但我不能在这里使用范围,因为我必须使用精确的屏幕高度并适当地放置 div。这要怎么办。
听起来您对如何做到这一点的想法比实际情况要复杂得多。:D 我一直坚持overflow:hidden通过 CSS 在body元素上声明以删除垂直滚动条。
overflow:hidden
body