Revision: 3437
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 24, 2007 10:15 by salsajid
Initial Code
.message-container {
margin: 0 auto 8px;
display: table;
}
.message-container div {
display: table-cell;
}
<!--[if IE]>
.message-container {
display: block;
text-align: center;
}
.message-container div {
display: inline;
zoom: 1;
}
<![endif]-->
Initial URL
Initial Description
Initial Title
Centering a div of unknown width
Initial Tags
css
Initial Language
CSS