On 10/11/2006, at 12:23 PM, David McKinnon wrote:
I'm trying to get font sizing consistent between IE6 and Firefox.
body {
font-size: medium;
}
/* Make sure IE only sees this... use CC's if you want, I prefer *
html */
* html body {
font-size: small
}
/* use your favorite (non-keyword) sizing everywhere else. Example */
h1 {font-size: 1.6em}
no fuss, no muss.
kind regards
Terrence Wood.
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************