Hello
Why doesnt the following code work on FF while works on IE??
body {
font-family: MFF2011;
margin-top: 14 px;
margin-left: 12 px;
margin-right: 12 px;
margin-bottom: 14 px;
color: #231290;
}
div {
background-color:#f2f2f2;
}
.myInput {
font-family: MFA2011;
color: #191919;
}
td {
padding: 0 px;
background-color: #e9e9e9;
}
#CE {
font-family: MFA2011;
color: #101010;
font-weight: bold;
}
The whole code works fine but the layout of the page isnt pretty good... HELP!