hi,
hättst doch einfach mal im quelltext schauen können.. so haben die es gemacht:
function FocusCol(obj){
if (document.getElementById || document.all){
obj.style.backgroundColor="#E7EFF7";
}
}
in die textarea:
onFocus="FocusCol(this);"
gruss
moejoe