input:focus {
background: #ff0;
}
input
{
_onfocus: expression(onfocus=function (){this.style.backgroundColor ='yellow'});
_onblur: expression(onblur=function (){this.style.backgroundColor =''});
}
background: #ff0;
}
input
{
_onfocus: expression(onfocus=function (){this.style.backgroundColor ='yellow'});
_onblur: expression(onblur=function (){this.style.backgroundColor =''});
}