困难的CSS定位问题
我有一个 CSS 布局,如附图所示。
我想实现以下行为
- 当标题的一部分可见时,位置(滚动时)如图所示。
- 当 header 不可见时(我们向下滚动超过 header 长度), left、right 和 img 的位置应该是固定的,唯一可滚动的部分应该是页面内容。
到目前为止 fiddle 链接
Liam 建议 此 链接,但 javascript 有错误 Uncaught TypeError: Property '$' of object [object DOMWindow]不是一个函数。
也许它与mootools有关(我没有使用它)。如果没有 mootol,这个功能是否可行?
你能帮我定位这个风格吗?
谢谢
I have a CSS layout as in the attached picture.
I'd like to achieve the following behaviour
- When part of the header is visible the positions (when scrolling) are as in the picture.
- When header is invisible (we're scrolling down more then header length), the positions of left, right and img should be fixed and the only scrollable part should be page content.
So far fiddle link
Liam suggested this link but javascript has error Uncaught TypeError: Property '$' of object [object DOMWindow] is not a function .
Maybe it's related to the mootools (I'm not using it). Is this functionality possible without mootols?
Could you help me with positioning style of this?
thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
测试过这个,效果很好
Tested this, works fine
http://jsfiddle.net/juSvJ/
这应该有帮助。
除非屏幕真的很小,否则无论如何它都应该可以工作。
http://jsfiddle.net/juSvJ/
that should help.
Unless one's screen is really small, it should work no matter.