Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/01/2007, 12:48
chcma
 
Fecha de Ingreso: junio-2003
Ubicación: Asturias
Mensajes: 2.429
Antigüedad: 20 años, 10 meses
Puntos: 7
Re: Capa para bloquear controles...

Muchas Gracias amigo, no obstante, aún asi puedo seguir modificando las cajas de texto... cuando mi objetivo es precisamente ese, no poder tocarlas.

Código:
<style type="text/css">
body,html {height:100%}
#ocultar {position:absolute; width:100%; height:100%;}
</style>
</head>
<body>
<div id="ocultar">
	<input type='textbox' id='txtCaja' value='hola' />
</div>
</body>
__________________
Charlie.