garand / sticky

jQuery Plugin for Sticky Objects
Other
3.3k stars 1.06k forks source link

Stacking Stickies #108

Closed Crisfole closed 10 years ago

Crisfole commented 10 years ago

It'd be really nice if stickies that overlapped horizontally would stack.... For example:

[------sticky---]
Content  Content Content
           [----sticky--------]

would stick like so:

Content Content Content
--------------top of page -------------
[--------sticky----]
           [-------------sticky-----------]

Rather than:

------------- top of page --------------
[---sticky--[------]-sticky--------]

Is there a way to achieve this as is?

garand commented 10 years ago

You could just use a different value topSpacing, that should handle most cases.

Crisfole commented 10 years ago

I knew I was overlooking something...but handling variably sized stuff is still tricky...Alright, Thanks.