Abandoned Code?

so I read a post about fixing spell check for the site, and it mentioned to go into inpect element and when I did I saw a 3D veiw botton in the bottom right corner, and when I rotated the page I saw some floating abandoned code off screen I was wondering what that was all about?

@gigabusterEXE

It appears to be some sort of twitter feed or something. I have no idea.

<iframe id="twttrHubFrameSecure" scrolling="no" frameborder="0" allowtransparency="true" tabindex="0" name="twttrHubFrameSecure" style="position: absolute; top: -9999em; width: 10px; height: 10px;" src="https://platform.twitter.com/widgets/hub.html"></iframe>

This is what leads me to believe that.

It's an old CSS hack that web designers still use when z-index and other CSS tricks won't suffice. Most commonly used with Logo pictures to hide description text.

With HTML5 standards this hack is thankfully dying, as there are better ways of positioning, and hiding elements within the DOM. Unfortunately not all browsers are created equally, and so some hacks are still required.