views:

109

answers:

1

The background color of the TDs are changed when javascript changes the class of the row to '.ui-state-highlight'

There is a flicker when mouseout of DIVs and IMGs in the TD content, in IE, is there a way to prevent this flicker?

A: 

Eventually solved the problem by using tr:hover in the css, instead of relying on the javascript to allocate the hover class. Not sure what was the root of the issue though. I'm ok with the :hover since not supporting IE6.

Brandon