View Single Post
  #1 (permalink)  
Old Oct 24th, 2004, 03:24
Monie Monie is offline
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
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~