i have div which contains all page content including header footer etc.
So i would like to center this div to t
See: http://jsfiddle.net/thirtydot/rjY7F/
HTML:
i'm as wide as my content
CSS:
body { text-align: center; } #container { text-align: left; border: 1px solid red; display: inline-block; /* for ie6/7: */ *display: inline; zoom: 1; }