[SOLVED] Page moves a little in left, sometimes (default theme)

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
Naglfar

[SOLVED] Page moves a little in left, sometimes (default theme)

Post by Naglfar »

Hi.

Look at this page: http://bdh2.ovh.org/index.php?page=menu-manager.
It uses default theme "Top simple navigation + left subnavigation + 1 column".
Select some contents from "How CMSMS Works".
Sometimes whole page moves about 5px in left. Why?

Administartion panel:
login admin
password admin

Thanks,
Naglfar.
Last edited by Naglfar on Mon Nov 26, 2007 11:24 am, edited 1 time in total.
User avatar
kermit
Power Poster
Power Poster
Posts: 693
Joined: Thu Jan 26, 2006 11:46 am

Re: Page moves a little in left, sometimes (default theme)

Post by kermit »

using firefox? seeing centered pages shift when the pages are short (i.e. do not scroll vertically)?

firefox drops the vertical scrollbar when it isn't needed, which is different than how ie behaves, and the result is the viewport is wider, causing centered pages to shift slightly (1/2 the width of what was the scrollbar).

if you want firefox to have a persistent scrollbar, so the viewport width remains constant, try this css:

html{min-height:100%;margin-bottom:1px}
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
Naglfar

Re: Page moves a little in left, sometimes (default theme)

Post by Naglfar »

Right, it's scrollbar.  :D

Thanks a lot.
Locked

Return to “Layout and Design (CSS & HTML)”