Retroceder   Foros del Web > Diseño de Sitios web > Editores Web

Respuesta
 
Herramientas Desplegado
Antiguo 27-dic-2006, 19:37   #1 (permalink)
Village está en el buen camino
 
Fecha de Ingreso: febrero-2004
Mensajes: 43
Pregunta Poner tablas en una celda larga?

Quiero poner varias tablas sobre una celda horizontal larga, pero al poner la segunda tabla, ésta se va hacia arriba de la anterior y no me permite colocarla en forma horizontal, alguien puede indicarme porque sucece esto y no puedo poner las tablas horizontalmente?
Gracias!!
Village
Village está desconectado   Responder Citando
Antiguo 28-dic-2006, 09:58   #2 (permalink)
kazafun está en el buen camino
 
Avatar de kazafun
 
Fecha de Ingreso: diciembre-2003
Ubicación: Elda
Mensajes: 499
Re: Poner tablas en una celda larga?

Esa estructura de tablas parece muy compleja. ¿Has valorado si esta justificado en tu web ese modelo de tablas?

Si fuera asi, puedes probar a ponerle a la tabla

display:inline;

...aunque no estoy seguro de si es correcto para una tabla... prueba :)
__________________
MUERTE a Internet Explorer


Mi portfolio de diseño web en Elda
kazafun está desconectado   Responder Citando
Antiguo 28-dic-2006, 10:42   #3 (permalink)
McBlink está en el buen camino
 
Avatar de McBlink
 
Fecha de Ingreso: noviembre-2006
Ubicación: ../Argentina/LP
Mensajes: 1.170
Enviar un mensaje por MSN a McBlink
Re: Poner tablas en una celda larga?

Hola Village..

primero.. queria decir que no entiendo bien lo que puso KAZAFUN.. pero buenoi.. aca te dejo el codigo para que veas si te sirve.. le puse nombre a cada celda para que te ubiques y puedas agregar mas.. o quitarle.. siguiendo la linea de

<TR>

<TD>.........</TD>

</TR>

aca te dejo el codigo..

Código HTML:
<DIV style="position:absolute;left:179px;top:88px;width:624px;height:240px;z-index:1" align="left">
<TABLE width="100%" height="100%" border="1" cellpadding="0" cellspacing="1">
<TR>
<TD align="left" valign="top" width="620" height="236">CELDA GRANDE </TD>
</TR>
</TABLE></DIV>
<DIV style="position:absolute;left:204px;top:115px;width:205px;height:149px;z-index:2" align="left">
<TABLE width="100%" height="100%" border="1" cellpadding="0" cellspacing="1">
<TR>
<TD align="left" valign="top" width="100" height="72">111</TD>
<TD align="left" valign="top" width="100" height="72">222</TD>
</TR>
<TR>
<TD align="left" valign="top" width="100" height="72">333</TD>
<TD align="left" valign="top" width="100" height="72">444</TD>
</TR>
</TABLE></DIV>
<DIV style="position:absolute;left:541px;top:117px;width:173px;height:178px;z-index:3" align="left">
<TABLE width="100%" height="100%" border="1" cellpadding="0" cellspacing="1">
<TR>
<TD align="left" valign="top" width="84" height="34">555</TD>
<TD align="left" valign="top" width="84" height="34">666</TD>
</TR>
<TR>
<TD align="left" valign="top" width="84" height="34">777</TD>
<TD align="left" valign="top" width="84" height="34">888</TD>
</TR>
<TR>
<TD align="left" valign="top" width="84" height="34">999</TD>
<TD align="left" valign="top" width="84" height="34">&nbsp;</TD>
</TR>
<TR>
<TD align="left" valign="top" width="84" height="34">10</TD>
<TD align="left" valign="top" width="84" height="34">11</TD>
</TR>
<TR>
<TD align="left" valign="top" width="84" height="34">12</TD>
<TD align="left" valign="top" width="84" height="34">13</TD>
</TR>
</TABLE></DIV>

ponlo entre las etiqutas HEAD Y /HEAD..

saludos!
Espero haberte ayudado..
Mc
McBlink está desconectado   Responder Citando
Antiguo 29-dic-2006, 04:13   #4 (permalink)
kazafun está en el buen camino
 
Avatar de kazafun
 
Fecha de Ingreso: diciembre-2003
Ubicación: Elda
Mensajes: 499
Re: Poner tablas en una celda larga?

No me extraña que no me entiendas :)
__________________
MUERTE a Internet Explorer


Mi portfolio de diseño web en Elda
kazafun está desconectado   Responder Citando
Antiguo 29-dic-2006, 04:46   #5 (permalink)
Shade ha deshabilitado el karma
 
Avatar de Shade
 
Fecha de Ingreso: noviembre-2006
Mensajes: 263
Re: Poner tablas en una celda larga?

Cita:
Iniciado por kazafun Ver Mensaje
No me extraña que no me entiendas :)
Joz, lo que se refiere kazafun es que le crees un estilo css propio a la td (asignandole un id) y uses display:inline, sino... puedes crear un <p> o un <span> dentro del td que englobe a las tablas (aunque esta solucion sea mas "guarrilla").
Shade está desconectado   Responder Citando
Antiguo 29-dic-2006, 09:33   #6 (permalink)
DragonX llegará a ser famoso muy prontoDragonX llegará a ser famoso muy prontoDragonX llegará a ser famoso muy prontoDragonX llegará a ser famoso muy pronto
 
Avatar de DragonX
 
Fecha de Ingreso: noviembre-2002
Ubicación: Funkyland
Mensajes: 6.912
Re: Poner tablas en una celda larga?

Código PHP:
<DIV style="position:absolute;left:179px;top:88px;width:624px;height:240px;z-index:1" align="left"> <TABLE width="100%" height="100%" border="1" cellpadding="0" cellspacing="1"> <TR> <TD align="left" valign="top" width="620" height="236">CELDA GRANDE </TD> </TR> </TABLE></DIV> <DIV style="position:absolute;left:204px;top:115px;width:205px;height:149px;z-index:2" align="left"> <TABLE width="100%" height="100%" border="1" cellpadding="0" cellspacing="1"> <TR> <TD align="left" valign="top" width="100" height="72">111</TD> <TD align="left" valign="top" width="100" height="72">222</TD> </TR> <TR> <TD align="left" valign="top" width="100" height="72">333</TD> <TD align="left" valign="top" width="100" height="72">444</TD> </TR> </TABLE></DIV> <DIV style="position:absolute;left:541px;top:117px;width:173px;height:178px;z-index:3" align="left"> <TABLE width="100%" height="100%" border="1" cellpadding="0" cellspacing="1"> <TR> <TD align="left" valign="top" width="84" height="34">555</TD> <TD align="left" valign="top" width="84" height="34">666</TD> </TR> <TR> <TD align="left" valign="top" width="84" height="34">777</TD> <TD align="left" valign="top" width="84" height="34">888</TD> </TR> <TR> <TD align="left" valign="top" width="84" height="34">999</TD> <TD align="left" valign="top" width="84" height="34">&nbsp;</TD> </TR> <TR> <TD align="left" valign="top" width="84" height="34">10</TD> <TD align="left" valign="top" width="84" height="34">11</TD> </TR> <TR> <TD align="left" valign="top" width="84" height="34">12</TD> <TD align="left" valign="top" width="84" height="34">13</TD> </TR> </TABLE></DIV


Hacele caso a kazafun
__________________
Diseño web y maquetación

ya no tengo más blog...pero tengo muestrario
DragonX esta en línea ahora   Responder Citando
Respuesta
No hay votos aún.


Herramientas
Desplegado

Normas de Publicación
No puedes crear nuevos temas
No puedes responder temas
No puedes subir archivos adjuntos
No puedes editar tus mensajes

BB code is Activado
Caritas están Activado
[IMG] está Activado
Código HTML está Desactivado


La Zona horaria es GMT -6. Ahora son las 08:57.


Message Board Statistics

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93