Re: [WSG] Help with centering - jumps horizontally depending on presence of vertical scrollbar

2005-01-02 Thread Anders Nawroth
I use this code: html { min-height: 100%; margin-bottom: 1px; } It forces the vertical scrollbar on all pages. /Anders Mani Sheriar skrev: Hi All, Im working on a project which can be seen here: http://www.manisheriar.com/qualitymine The page is centered using a div align=center wrapping around a

Re: [WSG] Help with centering - jumps horizontally depending on presence of vertical scrollbar

2005-01-02 Thread designer
Hi Mani, Try using mozscroll in your CSS: #mozscroll { position: absolute; top: 0px; bottom: -1px; visibility: hidden } then, in your code: div id=mozscrollnbsp;/div (I usually put mine at the bottom of the page). HTH Bob McClelland, Cornwall (U.K.)