Discussions
Centering the site in FireFox
The page alignment option seems only to work well in IE.
In Firefox we cannot get the page to align anywhere other than to the left. We used to put this code in our sites before the new release (to overwrite the NS styles), but it´s not working anymore for FireFox:
#div__body { Z-INDEX: 1; MARGIN-LEFT: auto; MARGIN-RIGHT: auto; WIDTH: 772px !important; POSITION: relative;  TEXT-ALIGN: left}
#div__bodytab { Z-INDEX: 1; MARGIN-LEFT: auto; MARGIN-RIGHT: auto; BACKGROUND-COLOR: #ffffff; WIDTH: 772px !important; POSITION: relative}
#div__header { Z-INDEX: 10; MARGIN-LEFT: auto !important; WIDTH: 772px; MARGIN-RIGHT: auto !important; POSITION: relative; TOP: 0px}
#div__footer { Z-INDEX: 2; MARGIN-LEFT: auto !important; WIDTH: 772px !important; MARGIN-RIGHT: auto !important; POSITION: relative}