Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I had someone help extend the jQuery Cycle plugin and works great (thanks Levi Morrison!). It was a quick prototype so it still has a few quirks:

http://jsfiddle.net/9tgdK/12/

Scrolling up gives a weird effect and can not get it to work properly. Another thing is that it does not pause when you hover over the main content image. Can anyone help?

share|improve this question

closed as too localized by Jeff Atwood Apr 15 '11 at 8:52

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

up vote 1 down vote accepted

Answer: featurebox v2 (view fullscreen)

I use a new technique for this version, and it's a lot cleaner. I think it does what you want.

Edit: no longer assumes all pager tabs are the same height. Runs slightly faster.

share|improve this answer
I discovered a bug on scroll up. Working on it. – Levi Morrison Apr 14 '11 at 18:50
Bug fixed, code is MUCH cleaner. Enjoy! – Levi Morrison Apr 14 '11 at 19:11
Found more optimizations. Hang on. – Levi Morrison Apr 14 '11 at 19:23
Optimizations done. – Levi Morrison Apr 14 '11 at 19:46
Added one more optimization to stop animations from building up. This happened when you clicked on next a bunch of times. – Levi Morrison Apr 14 '11 at 20:24
show 1 more comment

Not the answer you're looking for? Browse other questions tagged or ask your own question.