Hi,
Trying to get my hands around the CSS and HTML and cell coloring.
I am trying to set the background to yellow on column one ( name ) if column 3 is > 0.
I defined some classes for column one and column 3 and I read the record before it is put into the browse and I set the class name for column1 and column3 depending on the value of column3.
e.g. If col3 > 0, col1 class name = 'c1Y'
If col3 = 0, then col1 class name = 'c1N'
I created a style sheet and added it to my NetWebServer styles and it is being used as I am setting other properties and this new style sheet is being used.
I created some new classes: .c1Y and c1N to set the background color for column1.
In Firebug, I see the class names assigned for the cells - i.e. c1Y or c1N but I don't see my classes .c1Y or c1N being loaded from the CSS style file for these.
Can anyone share their tricks for coloring different cells depending on a value of another field in the same line of the browse?
Are folks using "in line " HTML style to color cells?
Thanks,
Ron Jolda