Home › Forums › CSS › How do I stop End-less floating Div in JS? › Re: How do I stop End-less floating Div in JS?
December 28, 2010 at 4:08 pm
#68472
Participant
The jquery plugin would be a better way to go.
Include the plugin on the page like any other ‘js’ file. Then call it using a selector:
$('#sidebarsfloat').stickyFloat()
I haven’t tried it, but that should work. The #sidebarsfloat wont scroll higher or lower than the ‘div’ it is contained within. Give it a go?