Ver Mensaje Individual
  #7 (permalink)  
Antiguo 28/05/2003, 01:48
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 2 meses
Puntos: 772
Hola, deep.

Efectivamente se hace con Css, tal que así:
Código PHP:
<html>

<
head>
<
style>
input {background-color:whiteborder:1px solid black}
</
style>
</
head>

<
body>
<
input type="text">
<
input type="button" value="botón">
</
body>

</
html
Saludos,