i have this css box(div) that on mozilla firefox displays in the middle of the browser, but on the IE, it floats to the left, could you tell me what the issue is?
#div-regForm,.registered{
border:3px solid #eeeeee;
padding:15px;
background:white;
color:black;
margin:30px auto 40px auto;
width:600px;
}
html:
<div id="div-regForm">
</div>
how can i make them it wokr on ie, thanks!