Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/04/2004, 23:08
Avatar de CORE
CORE
Usuario no validado
 
Fecha de Ingreso: abril-2002
Ubicación: Merida
Mensajes: 2.165
Antigüedad: 22 años
Puntos: 3
Hola

input {
text-transform: uppercase;
}
es raro yo estoy probando el codigo y si me funciona

<style type="text/css">
<!--
input {
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
}
-->
</style>

<input type="text" name="textfield">

Última edición por CORE; 12/04/2004 a las 23:17