Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/02/2011, 10:11
[email protected]
 
Fecha de Ingreso: octubre-2005
Mensajes: 405
Antigüedad: 18 años, 5 meses
Puntos: 1
columna de titulo no cuadra con columna de datos.

los titulos estan dentro de una tabla 725px y
los datos tambien pero esta dentro de otro div=tabla para scroll
* No cuadra columnas de resultados con titulos.
¿a que se debera esto????

definicion del DIV=tabla
Código HTML:
#tabla { overflow: auto; height:330px; width:746px;}

<table width=725px border=1 cellspacing=0 cellpadding=2 id=linea>
  <tr class=Estilo1 bgcolor=#F6F6F6>
    <td witdh=10% id=linea align=center>Tipo-Numero</td>
    <td witdh=12% id=linea align=center>Fecha-Pedido</td>
    <td witdh=10% id=linea align=center>Factura</td>
    <td witdh=12% id=linea align=center>F-Recepcion</td>
    <td witdh=10% id=linea align=center>Moneda</td>
    <td witdh=10% id=linea align=center>Factor</td>
    <td witdh=36% id=linea align=center>Observaciones</td>
  </tr>
</table>
<div id=tabla>
 <table width=725px border=1 cellspacing=0 cellpadding=2 id=linea>
 <!-- orcom2.htm -->
  <tr class=Estilo2>
    <td width=10% id=linea align=left>&nbsp;
      <script language="javascript">
	 if (1 == 0)
	 {
	    document.write("<img src='../acuhtml/img/oc_pendiente.gif' width='13' height='16'>");
	 }
	 else
	 {
	    document.write("<img src='../acuhtml/img/oc_cerrado.gif' width='13' height='16'>");
	 }
      </script>
      OH-   1327
    </td>
    <td width=12% id=linea align=center>19-Nov-2009</td>
    <td width=10% id=linea align=right>    13275</td>
    <td width=12% id=linea align=center>19-Nov-2009</td>
    <td width=10% id=linea align=left>Peso</td>
    <td width=10% id=linea align=right>  1,000</td>
    <td width=36% id=linea align=center>
     <table width=96% border=0 align=center cellspacing=0 cellpadding=2>
        <tr>
           <td align=center width=33%><a href="#"><img src="../acuhtml/img/ver.gif" width=18 height=16 border=0 alt="Visualizar OH-   1327"></td>
           <td align=center width=34%><a href="#"><img src="../acuhtml/img/imprimir.gif" width=18 height=16 border=0 alt="Imprimir OH-   1327"></td>
           <td align=center width=33%><a href="#"><img src="../acuhtml/img/email.gif" border=0 width=18 height=16 alt="Enviar por Email OH-   1327"onclick="javascript:alert('Envio Email no disponible...!');"></a></td>
        </tr> 
     </table>
    </td>
  </tr>
 </table>
</div> <!--Fin div tabla--> 
Desde ya se agradece ..