im using css in php and its looks fine in IE but not in firefox how can i get it to look the same in firefox
here is my code
Code: Select all
body {
background-color: #f1f1f1;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #666666;
text-decoration: none;
margin-top:100px;
margin-left: 220px;
}