Table Rows: Alternating Colors?

Guys:

I realize this should be a simple and often-done thing, but I’m struggling with it.

I guess maybe its because there (seems to be) no real “ROW” element, just the Table and its columns.

How can I accomplish this?

Thanks for any help…

Lucas.

I think I asked this question before and they said it would probably have to go in the css

oh - it was on mouse over row highlight but i think trying to accomplish the same thing

http://tech.forums.softwareag.com/viewtopic.php?t=16038&highlight=row+color+colour&sid=e0703833c8d4683c3aea4ba3e4a23082

hi
In the Display properties of the table you have a property named “Row CSS Classes”. As stated in the tooltip (which I just found :wink: ) of that property

.

hope this helps,
Javier

That doesn’t seem to work for me… tried the custom css as we… with css style of
tr.datarow {background-color:white; color:black;}
tr.datarow-onmouseover {background-color:blue; color:white; cursor:hand; }

<tr>