Skip to content
/ 4oie Public

Universal guide page for upgrading older versions of Internet Explorer

License

Notifications You must be signed in to change notification settings

heeroluo/4oie

Repository files navigation

4oie

Universal guide page for upgrading older versions of Internet Explorer

Usage

Add the following code snippet to your HTML document(inside the body tag):

<!--[if lt IE 9]>
<script>
!function(body) {
	body.style.width = body.style.height = '100%';
	body.parentNode.style.overflow = body.style.overflow = 'hidden';
}(document.body);
</script>
<iframe src="//4oie.mrluo.life/" frameborder="0" scrolling="no" style="position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 99999;"></iframe>
<![endif]-->

About

Universal guide page for upgrading older versions of Internet Explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published