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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.