|
OnMouseOver Action
I have put an action onmouseover in one of my colunm in a row...
When you mouseover on the cell, the bg color will turn to blue...
What I want to add when I mouseover the cell the color will turn blue and the border color will be black as well...
<td bgcolor="#FFFFFF"onmouseout="this.style.background Color='#FFFFFF'" onmouseover="this.style.backgroundColor='#CEDFED';
this.style.cursor='hand'" bordercolor="#FFFFFF">
Text
</td>
~On mouseOver, set border color to Black~
|