Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/04/2002, 14:58
jlmm
 
Fecha de Ingreso: julio-2001
Ubicación: Internet
Mensajes: 1.690
Antigüedad: 22 años, 9 meses
Puntos: 1
Re: como puedo hacer mi propia css

Hola!,

Claro Que Se Puede, Pero Primero Una Cosita:

<input type=text name=x id=x style=textAzul >

Para Llamar A Un Estilo Predefinido No Se LLama Con "style", Se Llama Con class Y El Nombre Del Estilo Asi:

<input type=text name=x id=x class=textAzul >

Bien, Despues De Esta Aclaracion A Lo Que Vinimos, En El Head Pones:

<STYLE>
.textAzul{font-color:blue}
.textRojo{font-color:red}
</STYLE>

Y Los Input Quedarian:

<input type=text name=x id=x class=textAzul >

<input type=text name=x id=x class=textRojo >

Espero Te Haya Quedado Claro, Dejame Saber Si Te Sirvio.

<CENTER><IMG SRC="http://www.galeon.com/jlmnetwork/FWPD.jpg"><BR><FONT COLOR=Black SIZE=2><I>"No Hay Cosas Imposibles, Solo Hombres Incapaces"</I></FONT></CENTER>