Forum Moderators: not2easy
.abc {
width: 740px;
border: 0;
margin-left: auto;
margin-right: auto;
}.xyz {
width: 520px;
padding: 20px;
margin-top: 250px;
-moz-border-radius: 10px; -khtml-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}
<div class="abc"> works just fine. Now, when I want to bring in the changes made in xyz, on a different page, I use <div class="abc xyz">. That works just fine and as expected in Mozilla etc. But in MSIE, it's left-aligned.
Anyone see what's wrong with that?