You need to somehow determine the width of the scrollbar, for example 10px or how many there.
My method returns always 0
var scrollbarWidth = $(document).outerWidth() - $('body').outerWidth(); alert(scrollbarWidth); How to determine the size of the scrollbar?