/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.content { margin: 0 auto 8px; display: table; } .content div { display: table-cell; } <!--[if IE]> .content { display: block; text-align: center; } .content div { display: inline; zoom: 1; } <![endif]-->