mouse over highlight row on table

Seems like it should be easy but my effort of putting into the table on a mouse over of a row:

style.backgroundColor=‘#FFCC66
and on mouse out
style.backgroundColor='#CCCCCC

But this appears not to be working… it highlights table oppose to row…whats the syntax to be able to do this? Thanks in advance.

The mouseover and mouseout on table will apply to the whole table, in the Display Tab of properties of a table try using the Row CSS Classes to set the styling of the rows.

Regards

-Vinay