Homerboy
Lifer
I want to do a row change onmouseover, but I want to make the background change to a specific class... something like:
<tr onmouseover="this.bgColor=class='rollover'" onmouseout="this.bgColor=''">
where rollver is defined in the CSS as:
.rollover {background-color: #FF0000
}
but its not working.
Im sure the code is totally wrong, but I cant figure it out
Any help would be appreciated.
<tr onmouseover="this.bgColor=class='rollover'" onmouseout="this.bgColor=''">
where rollver is defined in the CSS as:
.rollover {background-color: #FF0000
}
but its not working.
Im sure the code is totally wrong, but I cant figure it out
Any help would be appreciated.