Hi All,
Whenever user hovers on a row in a table, i need to color that row and once he moves away from the row it should be back to normal.
Is there any in-built property for table which i can manipulate?
I know that this can be done using javascript but if there is a property already existing, i would like to manipulate it instead of javascript.