3:58 am on Sep 12, 2010 (utc 0)
Updated to Firefox 3.6.9. The font size on this (url below) test site displays too large. I coded 10pt FF shows 12-14? I checked the tools-options on my FF, and matched those setings to another computer using FF 3.6.8 (which everything looks good on 3.6.8). Tested on Mac w/Safari, FF 3.6.8 and Opera - all consistant. On PC Win 7 - great on Chrome, IE8. Tested IE 6, IE 7 both fine but FF too large.
I am ready to write a CSS style sheet for it, but what is the statement (see below) I use for Firefox? Does anyone know?
<!--[if IE 6]>
<link href="css/sitestyle-cc-ie6.css" rel="stylesheet" type="text/css" />
<![endif]-->
Never had this before FF was always the default rock solid browser (slight increase, but nothing unbearable.) Thank you for any help!
[1024457.608949.test.prositehosting.net ]
css:
body {
font: 100%, Verdana, Arial, Helvetica, sans-serif;
background: #FFFFFF;
margin: 0;
padding: 0;
text-align: center;
color: #000000;
background-image: url(../images/bg2.gif);
background-repeat: repeat-x;
}
.homeText {
font-size:10pt;
margin: 0px 0px 0 0px;
}