HTML5 vs. IE7+

About the template and stylesheet - and changing the menu
Post Reply
Tata
Posts: 3586
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

HTML5 vs. IE7+

Post by Tata » Mon Feb 04, 2013 3:04 pm

Maybe this can be helpful for tohse having problems with teplates under IE7+.
I have found a hint on internet. Put following script calls in <head>...</head>

Code: Select all

<!--[if lt IE 9]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js" type="text/javascript"></script>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/ie7-squish.js" type="text/javascript"></script>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
So far it works in all versions of IE. The only that's not supported (in my template at least) is the shadow. Also I have found that it works with <!DOCTYPE HTML> as long as only standard TAGs are used (no special HTML 5 TAGs>.
I have tested it only under Parallels Desktop/Windows7 on my iMAC with IE Tester v0.4.12. So I can surely state that it works at least in included versions.
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

Post Reply