Andy B. wrote: > 1. I put in the style for the container title font-size: 18M; What > exactly does M do? The font size was REALLY HUGE. I would say around > 160pt.
I'm curious: what browser behaves like that? Any browser that works according to CSS recommendations ignores the declaration font-size: 18M as the value is malformed (syntactically incorrect). Even IE in "quirks mode" seems to ignore it. If some browser tried to make some intelligent guess, wouldn't it guess that M (= m) stands for meter, the standard unit of length? If you instead actually used 18EM and not 18M, then I would normally expect to see something even larger than 160pt. And I would ask why you did that. -- Yucca, http://www.cs.tut.fi/~jkorpela/ ______________________________________________________________________ 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/
