N_R_D
02-03-2006, 08:08 PM
How can I get this to work??
divHolder = document.getElementById("left")
biggun = divHolder.offsetHeight
document.getElementById('columnHolder').height = biggun
left is the id of a DIV, so is columnHolder.
All I want is to get the height of left so i can use that to change the height of columnHolder.
divHolder = document.getElementById("left")
biggun = divHolder.offsetHeight
document.getElementById('columnHolder').height = biggun
left is the id of a DIV, so is columnHolder.
All I want is to get the height of left so i can use that to change the height of columnHolder.