Guest_imported
New member
- Jan 1, 1970
- 0
I am having a problem with changing the border colors of a <TD> using onMouseOver; I want to have the onMouseOver create lines above and below the TD, using the stylesheet elements border top and border bottom, but I can't figure out how to do that..this is what it looks like..
<TD onMouseOver="style.(something)='FFFFFF'>blah blah</TD>
I don't know what goes after style., and the only element I have gotten to work at all is style.background What should go after style. ?
<TD onMouseOver="style.(something)='FFFFFF'>blah blah</TD>
I don't know what goes after style., and the only element I have gotten to work at all is style.background What should go after style. ?