Hi guys....
I am having trouble changing the color of the LEFT border in a table.
i'm using the following javascript:
document.getElementById("cell1").style.border-left="3px red solid";
cell1 is the correct id of the table cell.
If i take away the "-left" part in "border-left", it will change the border of the whole cell. Problem is, i need to change only SPECIFIC borders.
Any Suggestions?
Rock On