When I view my site in IE6 i see different fonts to when i view the site in Firefox, why is this?
My CSS file includes:
body, td, div, form, input, select {
font: Verdana;
font-size: 11px;
line-height: 13px;
color: #333;
margin: 0px;
padding: 0px;
}
When viewing in firefox i see the verdana font, but when i view in IE6 i see a completely different font and font size (it looks like 9px) and the font is times new roman?!
My CSS file includes:
body, td, div, form, input, select {
font: Verdana;
font-size: 11px;
line-height: 13px;
color: #333;
margin: 0px;
padding: 0px;
}
When viewing in firefox i see the verdana font, but when i view in IE6 i see a completely different font and font size (it looks like 9px) and the font is times new roman?!
Comment