|    
			
				24/12/2010, 06:22
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: mayo-2009 
						Mensajes: 291
					 Antigüedad: 16 años, 5 meses Puntos: 7 |  | 
  |  Respuesta: Cambiar color en un textarea  
    
Código HTML:
 Ver original.fondo{background-color:red};function enviar(){document.prueba.submit();} function pintar(texto){      // supongamos que la condicion para pintar es de 3 caracteres    if(texto.value.length==3){        document.getElementById('caja').className='fondo';    }}
Espero te ayude,   
Saludos y Feliz Navidad      |