Looking at the css of a website I was visiting i noticed the following 
page layout.

#page { 
        position: absolute;
        width: 994px;
        left: 50%;
        margin-left: -497px;
}

I can follow the logic of this but is it better than
left 0
margin 0




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to