Ver Mensaje Individual
  #11 (permalink)  
Antiguo 12/06/2009, 06:56
JUAN CARLOS RB
 
Fecha de Ingreso: noviembre-2004
Mensajes: 223
Antigüedad: 19 años, 6 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;
}