Click to See Complete Forum and Search --> : table alignment trouble


nachan
10-10-2005, 03:28 PM
http://www.people.virginia.edu/~nnw4n/socialwebpage/home.html

When you click from, for example, Home to People, the entire main table seems to shift. It seems the only difference between the pages is the amount of text in the main body. The pages with only a few words are in one position, and those with a lot of text seem to shift. Does anyone know how I can fix this? Thanks!
-nachan

Fang
10-10-2005, 03:37 PM
the scrollbar, either add extra height/text to the short documents or force the scrollbar
html {
overflow:-moz-scrollbars-vertical;
overflow-y:scroll;
}

konithomimo
10-10-2005, 03:38 PM
It all looks good on my comp in IE.

tegraphix
10-10-2005, 07:08 PM
It's not a problem with the page. If you are using Firefox, FF doesn't show a scrollbar if the page doesn't go longer than your screen height. So the shift to the left is the scrollbar showing up on the longer page. IE always leaves room for the scrollbar so there is no shift when going to longer pages.