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.
我知道如何做到这一点是 JavaScript,但是否有可能只使用 css 和媒体查询来实现相同的结果。
如果窗口滚动位置大于 100,则将“myDiv”高度调整为 100px,如果窗口滚动位置小于 100px,则将“myDiv”高度调整为默认值
不,您不能使用 CSS 执行此操作,如果您想根据当前视口位置/滚动条操作视图,则需要 JavaScript。