Page alignment at higher resolutions using Style Sheets
Hi All,
I have a problem when viewing a page at a very high resolution. The whole page aligns to the left leaving quite a lot of space to the right. I have chatted with Edgard and he may think there is a bug when running at such a setting. Any ideas will be greatly appreciated.
body {
padding: 0;
margin: 0;
font-size: 12px;
font-family: tahoma, sans-serif;
letter-spacing: 1px;
line-height: 160%;
background: #cdcdcd;
color: #454545;
#container {
width: 730px;
padding: 0px;
background: #FFF;
margin-left: auto;
margin-right: auto;
}
Many thanks
Best wishes
Graeme
- Login to post comments

I was able to checked your page at a resolution of 1280x1024. I think it could be more like a browser specific issue, perhaps the browser version is not fully standards compliant and doesn't understand the margin attribute set to auto.
Here's a screenshot:
