embedded table CSS inheritence

liunx

Guest
Hi

Wonder if you chaps can help?

I have a problem with an app i am working on which seems to come down to CSS classes not being inherited within an embedded table :

I am using IE6.

If you run the attached file you'll see that the embedded table inherits the colour from the body entry (green) but not the font size. What i really want is for the embedded table to inherit the props of its parent table ()?

Have i got the wrong end of the stick or is this a bug ?

Thanks in advance

Matthmm... seeing as my file didnt attach even though i told it too :The reason it is failing is due to you having a nested table were you after this:

.mspTable table
{
font-size: 26pt;
color: red;
}

I assume you wanted it to have red text and be 26pt from .mspTable in either case you probably have the wrong end of the stick.
 
Back
Top