It's a quick fix! Some older versions of blogger include a meta tag that will cause any version of internet explorer to behave like IE 7. Since, we support IE 8 and above, this will cause the Rafflecopter widget to continuously load. To fix this, follow these simple steps:
1) Go to your blog's Template section and then click the "Edit template" button
2) Locate the following line within the <head>...</head> tags:
<meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible '/>
3) Replace it with this line of code:
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE; chrome=1" />
4) Click Save Template to apply your changes.
Comments