firefox display problem
Posted: Tue Sep 28, 2010 5:54 am
hi
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
its the margin top and margin left part that does not look right in firefox
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;
}