Sat, 2011-05-28 12:26
hi
I am trying to put content_wrapper div in the center of the browser. It works for Chorme, Firefox, Opera, safari but it does not work for IE 8. Here is my css
body { font-size: 12px; font-family: Arial, Helvetica, sans-serif } #content_wrapper { width: 1000px; margin: 0 auto; border: 1px solid #000000 }
Help please