Bruce,
> table td p{font-size:100%;}
> but that isn't working. Any suggestions?
To scale the font-size, you have to declare a value > 100%.
The p inherits the font-size of td, td of tr and tr of table and table
of body. So if you resize the font-size for body by 62.5% with browser
standard set to 16px, the font-size inside the body is 10px. If you
decrease it in td to 80%, everything inside td has a font-size of 8px.
In short words: The font-size in percent is not related to the browser
standard font-size, but to the parent element's font-size.
regards,
Martin
______________________________________________________________________
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/