[jQuery] Re: jQuery help to replace CSS position: fixed;

2008-10-14 Thread XeroXer
I'll try that then, because the other solution with plugins was not working the way I want it to. I had to add much more js files for one effect that in the end only followed the scroll up and down, as soon as you scrolled left or right it stayed put. On Oct 14, 12:00 pm, Klaus Hartl [EMAIL

[jQuery] Re: jQuery help to replace CSS position: fixed;

2008-10-14 Thread XeroXer
So I need to download and include: ui.core.js jquery.easing.js jquery.cookie.js jquery.scrollFollow.js to get this to work? Seems like a lot just for one effect... On Oct 14, 11:38 am, tlob [EMAIL PROTECTED] wrote: you need this?http://plugins.jquery.com/project/scroll-follow the plugin

[jQuery] Re: jQuery help to replace CSS position: fixed;

2008-10-14 Thread Klaus Hartl
Why would you replace position fixed with an inferior solution? Fixed positioning behaves much smoother in comparison to a JS solution that reacts on scroll/resize events. There are workarounds for IE 6: http://www.howtocreate.co.uk/fixedPosition.html --Klaus On 14 Okt., 11:10, XeroXer

[jQuery] Re: jQuery help to replace CSS position: fixed;

2008-10-14 Thread tlob
you need this? http://plugins.jquery.com/project/scroll-follow the plugin section has more to offer... cu tom On Oct 14, 11:10 am, XeroXer [EMAIL PROTECTED] wrote: Hi! I am making a menu that I place along the left side of the page. I starts with the position: absolute; left: 0; top: 50px;