Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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}