Forum Moderators: not2easy
These tables are used as tables in my opinion are supposed to be used, to display data in a structured and easy scannable way.
I used css to make these tables look their part and I've applied some code to make the horizontal rows light up when hovered:
tr:hover{
background: url('../images/trbg.jpg')
}
This works fine in Chrome and FF, but does not do anything in IE. Some google work gave me a ton of scripts to 'solve' the problem, but so far the problem persists.
Is there any way to make my <tr>'s and <td>'s respond to a hovering mouse?