Hi, I am having problems getting javascript to change the style or class properties of an html tag. What I have is a table cell with a style sheet border around it. Then I use OnMouseOver to change the color:
PTable.rows[i].cells[0].Style = "border-color: #5555FF";
It doesn't give me an error... but it doesn't change the color either. I tried the same thing with the class property. Any ideas?
Thanks.
