Tema: to Upper
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/07/2009, 10:57
Avatar de lukas4
lukas4
 
Fecha de Ingreso: octubre-2008
Ubicación: frente al pc
Mensajes: 496
Antigüedad: 16 años, 5 meses
Puntos: 12
Respuesta: to Upper

oh ya lo solucione, les dejo el codigo por si alguien mas ocupa hacer lo mismo:

Código css:
Ver original
  1. <style type="text/css">
  2. input.algo{text-transform:uppercase;}
  3. </style>
  4. <body>
  5. <input class="algo" type="text"  >
  6. </body>
ya con eso funca