No replies
doforumda
Offline
newbie
Last seen: 12 years 1 week ago
Timezone: GMT+3
Joined: 2011-05-28
Posts: 1
Points: 2

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