Page Jumps Left When Longer Than Window.
Autor: Paul Dunn
Visitado 1930,
Seguidores 2,
Compartilhado 15
In my custom template design some pages are longer then the screen size. Whenever I jump to the page that is longer than the screen, the scrollbar appears at the right size and the whole design jumps to the left (if the browser window is maximized). This normal behaviour for browsers so how do I prevent this "jump to the left" when scrollbar appears in WebsiteX5?
Publicado em
. . . do you have a *scrollbar* at the right when page is longer ? or how do you want to see the rest of the page (depending on screen-resolution)
So make the *short* pages longer and you will have the scrollbar at all pages - so it will not jump . . .
<style type="text/css">
html {overflow-y:scroll;}
</style>