Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/03/2007, 13:21
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años
Puntos: 772
Re: Cambiar Css de un textbox segun seleccion

Hola M@uR0

¿Te refieres a esto...?

Código:
<form>
<input type="radio" name="rad" onclick = "pepe.style.width='150px'" checked="checked" />
<input type="radio" name="rad" onclick = "pepe.style.width='50px'" />
<input type="text" name="pepe" style="width:150px" />
</form>
Saludos,

P.D. No repitar el mismo mensaje en distintos foros.