well I am just wondering what is the different between.
ex:
<div id="div1"></div>
1-document.getElementById("div1").offsetHeight
2-document.getElementById("div1").style.height
3-document.getElementById("div1").style.maxHeight

and why are some things directly in document.getElementById("div1"). and
some others in document.getElementById("div1").style.

thanks guys..





Reply via email to