textarea.onfocus = function() { this.style.fontStyle = "italic"; this.style.color = "red"; this.style.fontWeight = "bold"; }