David McKinnon wrote: > Hi, > > I'm trying to get font sizing consistent between IE6 and Firefox. > Unfortunately our CMS writes two HTML comments before the DOCTYPE declaration on each page, throwing IE into quirksmode. This means that the default text is too large on IE and much too small on Firefox.
I thought about this more and came up with a serious solution. Size the text with pixels, and then use conditional comments to give IE relative sizes. Pixel-sized text is mostly accessible on every other browser (and looks better too), while IE is the one that really needs relative (em) sizes. That would be the next best solution to actually removing the comments above the doctype. -- -- Christian Montoya christianmontoya.com ... portfolio.christianmontoya.com ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
