andy wrote:

The two columns in the centred content shift position to the left by 10px when the content in the content area is longer than the browser window.

http://www.amprofile.co.uk/long_browser.html http://www.amprofile.co.uk/short_browser.html

Does anyone know why this is happening and how to fix it?

It's the scrollbar...

Solution: Make the page always taller than 100% of screen -- all screens.
In your page(s): body {min-height: 100%; padding-bottom: 1px;}

Better still; leave it as is, as it is normal behavior in (almost) any
browser but IE/win.

        Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to