What is this Google Chrome Frame (GCF) ?
How can i Render my Blogger Blog using the Chrome Frame?
<meta http-equiv='X-UA-Compatible' content='chrome=1'/>
Advantages of adding this one line code
How can i prompt the visitor to install the Chrome Frame?
<!--[if IE]>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
<style type='text/css'>
.chromeFrameOverlayContent{top:10px;margin-top:10px;}
</style>
<script>
window.attachEvent("onload", function() {
CFInstall.check({
mode: "overlay"
});
});
</script>
<![endif]-->