document.getElementById(“myText”).style.fontSize = “10";
-or-
document.getElementById(“myText”).className = “anyclass”;
I know it is possible via IE (ActiveX objects). Can we do this with all browsers ? (Specially in FireFox)