Ver Mensaje Individual
  #5 (permalink)  
Antiguo 05/08/2009, 06:00
javan
 
Fecha de Ingreso: agosto-2009
Mensajes: 11
Antigüedad: 14 años, 7 meses
Puntos: 0
Respuesta: Tabla con DIV en IE6 y 7

Buenas txusweb, lo tengo en www seguido de .arpos.es seguido de /pruebatabla

La parte de la hoja de estilos referente a la tabla la pego:

#cuerpo_inferior {
float: left;
width: 970px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
clear: both;
}
#cuerpo_inferior table {
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
margin-left: 5px;
}
#cuerpo_inferior tr {
clear: right;
float: left;
margin-top: 20px;
}
#cuerpo_inferior td {
float: left;
clear: left;
}

tr.filaColumna {


}

td.ColumnaImagen {
float: left;
width: 140px;
padding-top: 20px;
padding-left: 13px;
clear: right;
}
td.ColumnaTexto {
float: left;
width: 140px;
height: 22px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #8c8c8c;
padding-left: 13px;
}


Muchas gracias