Hi Xinghao,
I think I've finally found the solution for you. As I know, this is just IE problem (older versions), so here are the options you actually have:
1. It is an
IE8 bug. I recommend you to download and install the
Cumulative Security update for Internet Explorer KB2360131 to resolve this issue:
a)
Windows XPb)
Windows Vista2.
Upgrade IE to a newer version - IE9.
3. Put all your JS from <script> tag inside jQuery’s:
$(document).ready(function()
{
//code here
});
This solution for IE related browsers only. Because Firefox and other browsers will not trigger this issue.
4. And maybe following these steps will be enough (depends on system and IE configuration):
1. First of all open the internet explorer.
2. After opening select the compatibility view which is near the address bar.
3. After clicking the website will be compatibility list.
4. The compatibility list will be appear as open internet explorer and click on the compatibility view.
Best regards,
Martin Danko