Today, in an effort to try to publish my first answer on Stack Overflow, I found a newly asked question about Javascript and I was in! I pulled down the HTML they listed as using, and tried to replicate the problem, and kept coming up short with this line of code:

  alert(document.getElementById("first").style.top);

Which led me to the docs about how element.style actually works.