Fastest tr:hover method

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-06-06T22:44:41Z Indexed on 2010/06/06 22:52 UTC
Read the original article Hit count: 239

Filed under:
|
|
|

What is the single fastest method for table row hover css change?

I've tried jQuery (onmouseover/out) and CSS with tr:hover, but once I make my page fullscreen (1920x1200) the performance on my grid is getting just sluggish enough to give the entire page a feel of being sub-par. That's on a grid with 25 rows, and some spans and divs per row. I've tried IE and Google Chrome.

Is there another, faster method? What is generally considered the fastest method across browsers for doing hover CSS changes?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about css