id vs. name and IE From the Archive (you might want to toggle high contrast before visiting). Recently ran into this problem again on my About page—in IE7 even. <meta name="author" value="Shaun Inman"> was eclipsing <h1 id="author"> when using getElementById('author'). The solution? Change the id on the h1. Two hips and a hooray for the glacial pace of progress.