11 August 2007 17:45
Centering with CSS
by lecyborgTo center a page properly in a browser, most people use text-align: center; to get around IEs stupidity, and left/right auto margins for all other browsers. However, there’s a better way, which works on all browsers and doesn’t require any IE workarounds. It uses negative margins.
1
(1 marks)