On 11/28/05, Susan Tilley <[EMAIL PROTECTED]> wrote:
> IE 5x table cells (at least) incorrectly does not inherit font-size set in
> body tag like so
> body {font: 76% sans-serif;}
>
> Moz browsers are ok.
>
> Anyone know a workaround or can you point me to a discussion of this
> problem?
>
> Thanks
>
> SusanA discussion: http://archivist.incutio.com/viewlist/css-discuss/37287 A solution: table { font-size:inherit; } (or apply as well to td, th). -- -- Christian Montoya christianmontoya.com ... rdpdesign.com ... cssliquid.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
