How to use auto margin to work in both Mozilla and IE?

Asked By 0 points N/A Posted on -
qa-featured

Hi CSS expert! I have been scratching my head trying to figure out why my CSS margin auto code is just working fine in Mozilla Firefox but when I view it in internet explorer, it floats left. I have tried to go through the code several times but nothing is coming forth. I have even tried to use clear:both and overflow properties but to no avail. Anyone with knowledge in CSS programming language, kindly help!

SHARE
Answered By 30 points N/A #164468

How to use auto margin to work in both Mozilla and IE?

qa-featured

Hi

Good day!! Dorothy Davissy

Thanks for your question. Actually mozilla firefox is not working properly my suggestions are that uninstall your mozilla firefox and install the new version or you can use Google chrome when you do perform CSS. I hope that now you are clear or You can follow the instruction

  1. bodyWrapper {
   background: none repeat scroll 0 0 #FFFFFF;
   border-left: 3px solid #000000;
   border-right: 3px solid #000000;
   clear: both;
   float: left;
   height: auto;
   margin-bottom: 10px;
   padding: 0;
   width: 930px;

 

Related Questions