Ver Mensaje Individual
  #4 (permalink)  
Antiguo 31/05/2005, 22:20
xanthus
 
Fecha de Ingreso: abril-2002
Ubicación: Santiago
Mensajes: 278
Antigüedad: 22 años
Puntos: 0
No me funciono lo coloque en firefox y no paso nada ....

Código:
<script type="text/javascript">
function emparejar(){
var finalheight;
var uno = document.getElementById('izquierda');
var dos = document.getElementById('centro');
finalheight = Math.max(uno.offsetHeight, dos.offsetHeight;
uno.style.height = dos.style.height = finalheight + 'px';
}
window.onload = emparejar;
</script>
__________________
. .. La coherencia es el ultimo refugio de los que carecen de imaginación.. .