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.
[SOLVED] Page moves a little in left, sometimes (default theme)
[SOLVED] Page moves a little in left, sometimes (default theme)
Last edited by Naglfar on Mon Nov 26, 2007 11:24 am, edited 1 time in total.
Re: Page moves a little in left, sometimes (default theme)
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}
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
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
Re: Page moves a little in left, sometimes (default theme)
Right, it's scrollbar. 
Thanks a lot.

Thanks a lot.