Official website
http://dean.edwards.name/weblog/2008/01/ie7-2/
A reference
1 resolves the conflicts between IE5, IE6, IE7 and the standard of the consortium, The
http://apps.hi.baidu.com/share/detail/15407414
2 IE7 is compatible with (Ie7.js ie8.js). JS Solution IE Compatibility problem method
Http://www.chonggou.net/show/2824.html
3 Eliminate the related bugs in the IE Browser series (IE7-JS)
http://www.fly1397.com/ ? p=302&cpage=1
4 IE7 2.0: Fix IE does not support the good things of the internet
http://hi.baidu.com/bdusnb/blog/item/ 053d075157ed8e2c43a75b7f.html
5 cutter space Ie7.js
http://mzgnc.blog.163.com/blog/static/76535120104130511218/
Two data reading
Ie7-js is a JavaScript library (a JS library that solves the conflict between IE and the standard of the consortium), enabling Microsoft's Internet The behavior of the explorer is like a Web-compliant browser that supports more CSS2 and CSS3 selectors. It fixes a number of HTML and CSS problems and makes transparent PNG display correctly under IE5, IE6.
Make IE5,IE6 compatible to IE7 mode (recommended)
<!--[if Lt IE 7]>
<script src= http://ie7-js.googlecode.com/svn/ version/2.0 (Beta)/ie7.js "type= text/javascript" ></script>
<![ Endif]-->
enables IE5,IE6,IE7 to be compatible with IE8 mode
<!--[if Lt IE 8]>
<script src= ' HTtp://ie7-js.googlecode.com/svn/version/2.0 (Beta)/ie8.js "type= text/javascript" ></script>
<![ Endif]-->
enables IE5,IE6,IE7,IE8 to be compatible with IE9 mode
<!--[if Lt IE 9]>
<script src=] Http://ie7-js.googlecod e.com/svn/version/2.1 (BETA4)/ie9.js "></script>
<![ endif]-->
Demote IE version to 7.0
<meta http-equiv= "x-ua-ompatible" content= "Ie=emulateie7"/>
in addition;
<meta http-equiv= "x-ua-compatible" content= "ie=7"/>
http://www.goldenbull-neil.com/
Resolve the PNG display problem
Simply name the transparent PNG picture as *-trans.png
Note: This method tiles the background (background-repeat) and the background (background-position) Cannot play any role, the default will fill the entire container