Why this page dance?

Hi,

Please have a look on:
http://217.112.82.24/contact-us/
when you click on ‘Members login’ the page jumps to the right.
Any idea why? it uses the same css file and same page structure.

What do I do wrong ?

The added scroll bar to your browser changes your browsing space…

that makes sense!
thanks!

Hi, to make the scrollbar load on every page you could do soemthing like this

html{overflow-y:scroll;}

I think Opera gets a horizontal scrollbar from that in earlier versions, but the most recent Opera seems to not give one (from memory)

Or you could give

html{height:100%;margin-bottom:1px;}