Hi anastasios

> The problem is when I add another table with that table it inherits the
> css regardless if the class is set or not and I do not want it to. What
> is the issue?

a workaround shoud be to add inner table border canceling:
/* a th of a table inside a table */
table.thinOrangeBorder table th
{
   border-style: none;
}

/* a td of a table inside a table */
table.thinOrangeBorder table td
{
   border-style: none;
}

> So what you are saying is that I'm probably missing a closing tag
> somewhere on one of the tables?
I don't think so, i think what david is saying is that having a table
inside a table can be avoided by using colspans and rowspans.

my $.02

Gilles
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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