Javascript Properties JavaScript DHTML



Overflow

#div1 { width: 700px; height: 150px }
#div2 { width: 600px; height: 100px; overflow: auto }


function switchContent() {
    document.write(document.getElementById("div2").offsetHeight);
}




Switch 



    

p1




    

Smaller item.