Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/07/2011, 21:54
Avatar de Panino5001
Panino5001
Me alejo de Omelas
 
Fecha de Ingreso: mayo-2004
Ubicación: -34.637167,-58.462984
Mensajes: 5.148
Antigüedad: 20 años, 7 meses
Puntos: 834
Respuesta: Centrar contenido luego de que un div crezca con overflow-x:auto;

Podrías probar algo así:
Código PHP:
var ancho=Math.max(document.getElementById('firstrow').offsetWidth,document.getElementById('secondrow').offsetWidth);
document.getElementById('firstrow').style.width=document.getElementById('secondrow').style.width=ancho+'px'