es. crei 2 classi
.b{background-color:9696FF;}
.c{background-color:yellow;}
poi..
<input name="nome" type="text" id="nome" onfocus="this.className='c'" onblur="this.className='b'" >
es. crei 2 classi
.b{background-color:9696FF;}
.c{background-color:yellow;}
poi..
<input name="nome" type="text" id="nome" onfocus="this.className='c'" onblur="this.className='b'" >