Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/01/2002, 16:16
bet
 
Fecha de Ingreso: febrero-2001
Mensajes: 292
Antigüedad: 23 años, 2 meses
Puntos: 0
Re: Poner estilos a un input

Te dejo un ejemplo con un input y un botón, de la misma forma lo podés utilizar para los otros elementos.

<pre>
&lt;html&gt;
&lt;head&gt;
&lt;title&gt; New Document &lt;/title&gt;
&lt;style type=&quot;text/css&quot;&gt;
.x1 {
height: 20px;
width: 60px;
background-color: green;
color: yellow;
}
&lt;/style&gt;
&lt;/head&gt;

&lt;body bgcolor=&quot;#FFFFFF&quot;&gt;
Input &lt;input type=&quot;text&quot; name=&quot;pp&quot; class=&quot;x1&quot;&gt; &lt;br&gt;
Boton &lt;input type=&quot;button&quot; class=&quot;x1&quot;&gt;
&lt;/body&gt;
&lt;/html&gt; </pre>

<hr noshade size=1 color="#000000"><img src="http://www.gograph.com/Images-8712/ClipArt/cat03.gif" height="50" border=0 align="absmiddle"> <font size="2" face="verdana" color="#000000">bet[/CODE]