it seems whenever i want to get the value i have to use offsetHeight, and whenever i want to set the value i have to use style.height. this is confusing because offsetHeight includes borders and padding and style.height does not. why cant i set offsetHeight?
ok so offsetHeight is read only. but style seems write only! how do i get the current values for the border and padding so i can reliably make adjustments?