I've found a fix that worked for me. I only just discovered I have this problem too as I use Firefox browser and everything worked fine. However, I just found whilst using Internet Explorer that none of my comment links actually went through the comments.
All my links which I'd customised to say "no comments yet what do you think?" just went to the top of the article from the index page. If I scrolled down to the bottom of an article and clicked the comment link nothing happened.
After finding this thread and being disappointed the answer was not here I tried to fathom it out myself. I remembered reading in a book some years back that when creating HTML anchor links it is best to use a specific method which I had always used.
Checking the comments.php file I could see the use of <a href="#respond">Leave your comment</a>
I found that the anchor link for responding to the comments link was as follows <a name="respond"></a>
I changed this link to <a name="respond" id="respond"> </a> And now my links work in Internet Explorer.