On Sun, 29 Jul 2007 23:00:12 -0400, Michael P. Soulier wrote:
> On 29/07/07 Michael P. Soulier said:
>
>> Can anyone think of a reason why font-size from the body would not be 
>> inherited?
>>
>
> As example - http://opag.ca/
>
Yes. You are (mis)using tables for layout. Tables do not inherit
directly from BODY. Add this rule to fix:

table {font-size: 100%;}

Now only those with large monitors and 20/20 vision can read your page.

Cordially,
David
--

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to