I am looking to do a border change in color on mouseover. I know how to change the cell bgcolor for mouseover, but I am looking to do the border without any complicated scripts. Is this possible? And if so, how?
onMouseover="this.className='changedBorder'" onMouseout="this.className='originalBorder'" then define the border in the two CSS classes. This will only work in IE unfortunately.
Bookmarks