[Dojo-interest] FilteringTable Styling Won't Work

Jason Evans jwe at wyn2.com
Fri Jan 26 07:26:57 MST 2007


Hi there.

I'm using a filteringtable to display some data and have noticed that I
can't get it to look the way I would like.

For example, I want the text colour for certain items to be red, so I tried

<td class="Loss">$0.00</td>

And in my CSS file I have:

#MonthlyResultsTable tbody tr td .Loss
{
	color: red;
}

This doesn't work when I try it. If I try:

#MonthlyResultsTable tbody tr td
{
	color: red;
}

Then it's OK, but obviously then every item is red, which is not what I'm
looking for. So to test this further I tried:

<td style="color: red;">$0.00</td>

And it still won't show up red. How does the filtering table handle styling?
It seems to ignore certain CSS ways of doing things?!

Jas. 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.11/652 - Release Date: 25/01/2007
15:32
 



More information about the Dojo-interest mailing list