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.
http://jsfiddle.net/95EtZ/1/
问题在行动中解决了一半。
现在它是用 javascript 中硬编码的容器宽度设置的。
我需要 js 来获取容器 div 的宽度 - 使用窗口滚动调整它的大小。但仅将其调整为#container div 宽度的 1/3。
它目前的设置方式是,您必须手动将脚本设置为css中div的宽度。我希望能够更改css中div的宽度并让js抓取它,并且只允许用户在到达窗口的最底部时调整其宽度的1/3。
我在代码中发布了答案:
http://jsfiddle.net/95EtZ/11/
宽度取自节点,调整大小从底部的 100% 变为 33%。