23/01/2002, 16:16
|
| | Fecha de Ingreso: febrero-2001
Mensajes: 292
Antigüedad: 24 años 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>
<html>
<head>
<title> New Document </title>
<style type="text/css">
.x1 {
height: 20px;
width: 60px;
background-color: green;
color: yellow;
}
</style>
</head>
<body bgcolor="#FFFFFF">
Input <input type="text" name="pp" class="x1"> <br>
Boton <input type="button" class="x1">
</body>
</html> </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] |