davist11 / jQuery-Stickem

Make items sticky as you scroll, to a point.
http://davist11.github.com/jQuery-Stickem/
MIT License
872 stars 181 forks source link

sticky element don't stick if there's no specific container height #49

Open wobe opened 9 years ago

wobe commented 9 years ago

i'd like to use the sticky element as a sidebar on my blog, but since the container doesn't have a specific height in the css (because that depends on the posts' lenght) the stickyness doesn't work. how can i fix this? thanks!

tatof commented 9 years ago

give the container a float left so the height is "fixed"? I use it without a container height and it works fine!

Demo: http://devtof.nl/stick/