Answers for "set width and height javascript"

23

Javascript get element height and width

var width = document.getElementById('myID').offsetWidth;//includes margin,border,padding
var height = document.getElementById('myID'). offsetHeight;//includes margin,border,padding
Posted by: Guest on July-26-2019

Code answers related to "set width and height javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language