I'm trying to change the class of a cell when you mouseover, something like this:
onMouseOver="class='c1bkg'" onMouseOut="class='c2bkg'"
Is something like this possible?
Or as an alternative, can the whole lot be placed in the css file, and given a class of it's own???
