12/06/2009, 06:56
|
| | Fecha de Ingreso: noviembre-2004
Mensajes: 223
Antigüedad: 20 años, 2 meses Puntos: 0 | |
Respuesta: Textbox deshabilitado En el head tiene: <head>
<link rel='stylesheet' type='text/css' href='css.css'>
</head>
Despues en el imput: echo "<td><input type=text name=dato style='width:90' readonly class='style_input' value=".$row["sede"]."></td>";
La pagina se llama css.css y continene esto: @charset "utf-8";
/* CSS Document */
.style_input
{
color: #000000;
border-top: solid 1px black;
border-left: solid 1px black;
border-bottom: solid 1px white;
border-right: solid 1px white;
background: #FFFFFF;
font-family: Verdana;
font-size: 11px;
border-style: solid;
} |