To start off with I know theres another post on the same topic but the answer for that does not work for me...

I am creating a services panel for my website: http://jagdogweb.com/ and at the end it has visible jerk at the bottom left of each pane...

Please Help...

http://jagdogweb.com/#services

link|improve this question

53% accept rate
feedback

1 Answer

You can fix this with CSS:

BODY {
 overflow-y: scroll;
}

The jump is occurring because the scrollbar is disappearing depending on the page height. This CSS rule will ensure that pixels are always shown for the scrollbar.

link|improve this answer
Sorry, doesn't work if you visit, jagdogweb.com/#services now you will se it's exactly the same... – swenflea Jan 9 at 3:51
When I visit the site it's completely different - smooth animation, no jerking motion. I think we may be seeing different effects. Looks great from here! (Chrome, FF) – powers1 Jan 9 at 6:24
Are you looking at the left side? because the right side is nice and smooth when the left side is jerky... – swenflea Jan 9 at 8:25
feedback

Your Answer

 
or
required, but never shown

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