Ver Mensaje Individual
  #4 (permalink)  
Antiguo 16/05/2006, 12:44
gabrielweb1
 
Fecha de Ingreso: mayo-2006
Mensajes: 6
Antigüedad: 17 años, 11 meses
Puntos: 0
Aquí les envío un poco más de código, esto sería un menú de opciones
vertical y cada opción se separa por una línea de puntos de un pixel de ancho en teoría, porque ahí es donde se rompe... que serían los TD donde aparece puntos.gif de fondo y como imagen.

Probé con lo de overflow en css y no funcionó igual muchas gracias




Código:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
                                          <tr> 
                                            <td background="../images/puntos.gif"><img src="../images/puntos.gif" width="3" height="1"></td>
                                          </tr>
                                          <tr> 
                                            <td class="celdamenu" id="celdita"> 
                                              <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                <tr> 
                                                  <td width="18"><img src="../images/subir.jpg" width="13" height="13" border="0"></td>
                                                  <td height="35"><a href="../index.asp">Ir 
                                                    al Home </a></td>
                                                </tr>
                                              </table></td>
                                          <tr> 
                                            <td background="../images/puntos.gif"><img src="../images/puntos.gif" width="3" height="1"></td>
                                          </tr>
                                          <tr> 
                                            <td class="celdamenu" id="celdita"> 
                                              <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                <tr> 
                                                  <td width="18"><img src="../images/bullet1.jpg" width="13" height="13" border="0"></td>
                                                  <td height="35"><a href="inst_autoridades.asp">Autoridades</a></td>
                                                </tr>
                                              </table></td>
                                          </tr>
                  
				  		
										  
                                          <tr> 
                                            <td> 
                                            
											  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
                                                  <td width="18"><img src="../images/bullet1.jpg" width="13" height="13" border="0"></td>
                                                  <td height="35"><a href="inst_mision.asp">Misi&oacute;n</a></td>
                                                </tr>
                                              </table>
											  
											  
											  </td>
                                          </tr>
                                          <tr> 
                                            <td background="../images/puntos.gif"><img src="../images/puntos.gif" width="3" height="1" ></td>
                                          </tr>
                                          <tr> 
                                            <td class="celdamenu" id="celdita"> 
                                              <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                  <tr> 
                                                    <td width="18" style="overflow:hidden"><img src="../images/bullet1.jpg" width="13" height="13" border="0"></td>
                                                  <td height="35"><a href="inst_sedes.asp">Sedes</a></td>
                                                </tr>
                                              </table></td>
                                          </tr>
                                          <tr> 
                                            <td background="../images/puntos.gif"><img src="../images/puntos.gif" width="3" height="1"></td>
                                          </tr>
                                          <tr> 
                                            <td class="celdamenu" id="celdita"> 
                                              <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                <tr> 
                                                  <td width="18"><img src="../images/bullet1.jpg" width="13" height="13" border="0"></td>
                                                  <td height="35"><a href="admisiones.asp">Admisiones</a></td>
                                                </tr>
                                              </table></td>
                                          </tr>
                                          <tr> 
                                            <td background="../images/puntos.gif"><img src="../images/puntos.gif" width="3" height="1"></td>
                                          </tr>
                                          <tr> 
                                            <td class="celdamenu" id="celdita"> 
                                              <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                <tr> 
                                                  <td width="18"><img src="../images/bullet1.jpg" width="13" height="13" border="0"></td>
                                                  <td height="35"><a href="pasantias/pasantias.asp">Pasant&iacute;as</a></td>
                                                </tr>
                                              </table></td>
                                          </tr>
                                          <tr> 
                                            <td background="../images/puntos.gif"><img src="../images/puntos.gif" width="3" height="1"></td>
                                          </tr>
                                          <tr> 
                                            <td class="celdamenu" id="celdita"> 
                                              <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                <tr> 
                                                  <td width="18"><img src="../images/bullet1.jpg" width="13" height="13" border="0"></td>
                                                  <td height="35"><a href="prensa/prensa.asp">Prensa</a></td>
                                                </tr>
                                              </table></td>
                                          </tr>
                                          <tr> 
                                            <td background="../images/puntos.gif"><img src="../images/puntos.gif" width="3" height="1"></td>
                                          </tr>
                                          <tr> 
                                            <td class="celdamenu" id="celdita"> 
                                              <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                <tr> 
                                                  <td width="18"><img src="../images/bullet1.jpg" width="13" height="13" border="0"></td>
                                                  <td height="35"><a href="fundacion_iuean.asp">Fundaci&oacute;n</a></td>
                                                </tr>
                                              </table></td>
                                          </tr>
                                          <tr> 
                                            <td background="../images/puntos.gif"><img src="../images/puntos.gif" width="3" height="1"></td>
                                          </tr>
                                          <tr> 
                                            <td class="celdamenu" id="celdita"> 
                                              <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                <tr> 
                                                  <td width="18"><img src="../images/bullet1.jpg" width="13" height="13" border="0"></td>
                                                  <td height="35"><a href="contactenos.asp">Cont&aacute;ctenos</a></td>
                                                </tr>
                                              </table></td>
                                          </tr>
                                        </table>

Cita:
Iniciado por softimus
Hola:

Publica un poco más de código porque es un poco difícil ver el motivo por el que se rompe el diseño.

Puedo notar que utilizas rowspan y colspan, trata de ponerle borde a esa tabla y comprueba que no sea eso lo que te está rompiendo el diseño.

Atentamente,

Alex Francis