开发者

What is ChromeFrame

I'm confused.What is Chrome frame. Is it a plugin, that the user have to install on his browser or is a library (kind of) that developers should use? I thought it was the first, but then I开发者_JAVA百科 tried to include jQueryUI from google apis and the first library is Chrome frame.

Thanks in advance!!!


From my understanding it is in fact a plugin for IE that makes the Chrome layout engine available to IE... JS interpretation, Canvas rendering, etc.


From my understanding, you can add this meta tag to your page.

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />

If Chrome browser is installed on your system then it will render your page in Chromeframe.

If Chrome browser is not on your system then you need to add Chromeframe Google API to render your page as like Chrome.

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>

It will ask to install Chromeframe while loading the page.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜