Answers for "take a div to top of the window css"

1

html scroll div to top

var myDiv = document.getElementById('containerDiv');
myDiv.innerHTML = variableLongText;
myDiv.scrollTop = 0;
Posted by: Guest on June-07-2020

Code answers related to "take a div to top of the window css"

Browse Popular Code Answers by Language