WindInFace
12-10-2009, 08:54 PM
Hi,
I need to change my class, but this isn't doing it for me and I don't see why. No error messages, but nothing happens.
.myClass {
background-color: yellow;
}
document.getElementById("myId").setAttribute("class","myClass");
Thank You in Advance for Your Help,
Lou
I need to change my class, but this isn't doing it for me and I don't see why. No error messages, but nothing happens.
.myClass {
background-color: yellow;
}
document.getElementById("myId").setAttribute("class","myClass");
Thank You in Advance for Your Help,
Lou