I am working on the admin for a client's site, and I'd like to add in the option where the table rows change color when you mouseover them. I've seen it on a few different sites, but each seemed to be using different methodologies. Does anyone know of one quick, concise way to do that?
I'd like to add the onMouseOver and onMouseOut commands in the <TR> tag, if possible. I am also using the CSS attribute class="bg1" or class="bg2" on my <TR> tags and then in my style sheet is have:
Well, that does indeed work in Firefox for me, but not in IE. And it changes the background color of each individual cell, not the row as a whole on rollover. I'd like a way to select the checkbox in that row when one clicks anywhere on the given row as well.
Bookmarks