This works well...

body {
    text-align: center;
}

#container {
    margin: 0 auto;
    text-align: left;
}


But so does this...

#container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60em;
    margin-left: 0 0 0 -30em;
}


-- Chris Knowles ****************************************************** The discussion list for http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to