Ver Mensaje Individual
  #7 (permalink)  
Antiguo 18/06/2009, 03:08
alkortius
 
Fecha de Ingreso: junio-2009
Mensajes: 174
Antigüedad: 14 años, 9 meses
Puntos: 0
Respuesta: Entre el scroll y la table

Esto en XHTML:
Cita:
<div id="scrollDiv" class="addInfTable ">
<table id="additionalInf" class=" posicionContenidoTabla ">
y esto en CSS:

Cita:
div.addInfTable{
position: absolute;
width: 32em;
left:0.1%;
height: 4.3em;
top: 34%;
text-align: center;

overflow: auto;
}
table.posicionContenidoTabla{
position: absolute;
left:8%;
width:83%;
}
Servirá para algo que ponga el código? hades87?