Quote:
Originally Posted by kruptof
The reason I went with JS over CSS is because I find it some browsers don't all support the hover pseudo class for all elements especially IE.
|
Really? I've never heard of or encountered such issues with CSS and hovering. Maybe your CSS wasn't standard? I've been able to to all sorts of funky hovering in CSS. However, it does require that you assign ID's to each tbody.
Quote:
Originally Posted by kruptof
Please explain further, do you mean give each tr a unique id? If so wouldn't this be more code than now.
|
Well you can give them all the same ID too. It's not "standard", but I've yet to encounter it causing any problems in any browser.