Nice demonstration and works in IE9, to make it work better i...

Recommend this page to a friend!

      Isoworld  >  All threads  >  Nice demonstration and works in IE9,...  >  (Un) Subscribe thread alerts  
Subject:Nice demonstration and works in IE9,...
Summary:Package rating comment
Messages:2
Author:Michael Montana
Date:2011-12-24 18:39:12
Update:2011-12-24 20:15:20
 

Michael Montana rated this package as follows:

Utility: Good
Consistency: Good
Examples: Good

  1. Nice demonstration and works in IE9,...   Reply   Report abuse  
Picture of Michael Montana Michael Montana - 2011-12-24 18:39:12
Nice demonstration and works in IE9, to make it work better in IE7 use this:
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7"> Needed for .exe programs using IE7, but have IE8 or IE9 installed on windows. Or you can add this for those who have chrome framework installed.
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">

Excellent work! Thank you for your contribution to open source.

Michael Montana
Desktop Books

  2. Re: Nice demonstration and works in IE9,...   Reply   Report abuse  
Picture of Arturs Sosins Arturs Sosins - 2011-12-24 20:15:20 - In reply to message 1 from Michael Montana
Wow, thank you for the tip.

Didn't know about that.