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.