<div><td></td></div>
Publicado por juan (13 intervenciones) el 13/07/2010 16:18:17
HOLA! MUY BUENAS!! HABER SI ME SABEIS SOLUCIONAR MI DUDA: TENGO 2 CAMPOS DE TEXTO Y UN BOTON, QUE LOS QUIERO METER DENTRO DE UN DIV, PARA ESCONDERLOS..............PERO POR MOTIVOS DEL DISEÑO NECESITO METER <TD> DENTRO DEL <DIV> I YA ME HE DADO CUENTA,,,,QUE ESTA MANERA HACE QUE EL DIV QUEDE INSERVIBLE...........COMO PUEDO HACER PARA ENGLOBAR ESTOS 3 OBJETOS DENTRO DEL DIV I MANTENER SU ALINEACION MEDIANTE LOS TD. MUCHISIMAS GRACIAS!!!!
<div id="panel1" style="position:absolute; width:100; height:43px; visibility:hidden; left: 232px; top: 2px;">
<td width='60px' class='Titulo01Borde' align="center" >Plantilla:</td>
<td width='120px'>
<input class='CampoTexto' name="PLANTILLA" value='<%=PLANTILLA%>' id="PLANTILLA">
<td width='60px' class='Titulo01Borde' align="center">Fichero:</td>
<td width='120px'>
<input class='CampoTexto' name="FICHERO" value='<%=FICHERO%>' id="FICHERO" >
<td width='80px'>
<input class='Tahoma8' type="button" name="btnaceptar" value="Añadir" id="AÑADIR" onClick="guardarPlantilla()">
</td>
</div>
<div id="panel1" style="position:absolute; width:100; height:43px; visibility:hidden; left: 232px; top: 2px;">
<td width='60px' class='Titulo01Borde' align="center" >Plantilla:</td>
<td width='120px'>
<input class='CampoTexto' name="PLANTILLA" value='<%=PLANTILLA%>' id="PLANTILLA">
<td width='60px' class='Titulo01Borde' align="center">Fichero:</td>
<td width='120px'>
<input class='CampoTexto' name="FICHERO" value='<%=FICHERO%>' id="FICHERO" >
<td width='80px'>
<input class='Tahoma8' type="button" name="btnaceptar" value="Añadir" id="AÑADIR" onClick="guardarPlantilla()">
</td>
</div>
Valora esta pregunta


0