It's always interesting to look at other folks stuff. I just inherited a 
site, and in looking at their CSS, the main div is listed thusly:

#pageWrapper {
   width:760px;
   position:absolute;
   left:50%;
   margin-left:-380px; }


Where I would have just done:

#pageWrapper {
   width:760px;
   margin: 0 auto 0 auto;  }


Any advantage of doing it the first way?
______________________________________________________________________
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