标签: javascript jquery
我想知道如何根据滚动使ELEMENT浮动。 例如,当我向下滚动时,position:fixed和left:0的元素将慢慢进入可见的左上区域。
position:fixed
left:0
可以使用jQuery完成吗?
答案 0 :(得分:0)
有一个jquery插件
http://plugins.jquery.com/plugin-tags/floating
或者看看这个教程
http://net.tutsplus.com/tutorials/html-css-techniques/creating-a-floating-html-menu-using-jquery-and-css/
答案 1 :(得分:0)
如果你需要你的元素跟随相对于窗口的滚动,你可以使用
position:fixed;
而非绝对;
答案 2 :(得分:0)
您要搜索的浮动类型的菜单/栏是旧的风格。为什么不尝试这样的事情
修复浮动元素
http://jsfiddle.net/dueWG/9/
http://static.jqueryfordesigners.com/demo/fixedfloat.html