Forum Moderators: not2easy
body { text-align:center; min-width:751px; }
#wrapper { margin: 0 auto; width:770px; text-align: left;}
This works fine to center the page however someone recently noticed that in non-IE browsers (Firefox, Opera probably more too) when the content is long enough and a scrollbar appears, the page content will align itself slightly to the left due to the fact that firefox will tell itself that the window is smaller then center itself accordingly. My question is there anyway I can keep this from happening.
Or maybe there are other ways to center the page that won't do this.