I have some elements that I want to change color when I mouse over them
and them back on mouse off.
I'd like the color to remain with "#c7d0e0" when the user clicks on
them.
<td style="cursor:h and;"
onMouseOver="th is.style.backgr ound='#c7d0e0'; "
onMouseOut="thi s.style.backgro und='#ffffff';"
onClick="chg_th e_color();">
Description
</td>
Any help is appreciated.
and them back on mouse off.
I'd like the color to remain with "#c7d0e0" when the user clicks on
them.
<td style="cursor:h and;"
onMouseOver="th is.style.backgr ound='#c7d0e0'; "
onMouseOut="thi s.style.backgro und='#ffffff';"
onClick="chg_th e_color();">
Description
</td>
Any help is appreciated.
Comment