On Wed, 28 Nov 2007 06:58:55 -0800, Jon Hughes wrote:
[...]
>
> Link:
> http://www.phazm.com/notes/browser-compatibility/firefox-3-web-developers/
>
> I would love feedback, as this is my first extensive post - is it 
> informative?  Easy to
> read?  Useful?
>
> Anything helps,
>
Informative, yes. Easy to read - not at my end, I fear.

You assume text size at default, large font "Verdana" globally
available and everyone's choice, and OS set to 96 DPI
resolution.

My end, I have a high definition laptop, set to 120 DPI, normal
for such displays. CODE elements display at 10 pixels - with
small caps, this is almost invisible. Large headings, on the other
hand, wrap and overlap due to the "em" sized line height.

Oh! And text in the "About" section spills into the margin at the
right, over the dark shadow area.

Increase text size in IE, and things get really hairy, due to the
"em" sized base font. Add this rule to your style sheet to
overcome the IE extreme font re-sizing bug:

  html {font-size: 100%;}

As for content, you don't say whether FF 3 is available on Mac?

I Hope this helps.

Cordially,
David
--

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to