sprintly / jquery.pageguide

22 stars 9 forks source link

ScrollTo issue #1

Closed mbarwick83 closed 12 years ago

mbarwick83 commented 12 years ago

I have a large DIV that is greater height than most computer monitors (which is okay). My problem is however, I have a guide step on this and when I click the "next Arrow" it highlights this DIV as it should, but it scrolls to the bottom of the DIV - which doesn't make sense. I need to it scroll to the top of each DIV, not the bottom.

Is this possible? I tried modifying the js - but to no luck.

Please help! AMAZING re-work BTW! :)

impressiver commented 12 years ago

Yea, this is a known issue - I'll push a fix for it asap.

impressiver commented 12 years ago

Let me know if you still see any funky positioning. Thanks!

mbarwick83 commented 12 years ago

Perfect! Thanks! Just update the js file I imagine?

impressiver commented 12 years ago

Yep, the fix only touched the jquery.pageguide.js file, so updating that should be all you need.

mbarwick83 commented 12 years ago

Thought so. Not a github guy, so wasn't entirely sure. Awesome work! Thanks!