While experimenting with code from W3Schools, I attempted to modify it in order to assign the resulting LEFT value to another element (DIV).
Here is an example of getBoundingClientRect
Despite correctly retrieving the left value of 8, nothing seems to be happening! Any suggestions on how I might be incorrectly assigning this?