blob: 63aaa700537b86e891b2716b22c5a01ed10fa27a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
Installation
------------
Follow these simple instructions to get IE7 working immediately on your server:
* download the latest IE7 ZIP file (https://sourceforge.net/project/showfiles.php?group_id=109983&package_id=119707)
* extract the contents to a directory on your server (keep the folder names used in the ZIP)
* you will now have an IE7 directory on your server
* include the IE7 JavaScript library in the page you wish to test
<!-- compliance patch for microsoft browsers -->
<!--[if lt IE 7]><script src="/ie7/ie7-standard-p.js" type="text/javascript"></script><![endif]-->
* make sure this also points to the same directory
* open the page in your web browser
* the page should now be IE7 enabled.
You may extract the contents of the ZIP file to your hard disk if you do not have access to a web server.
Enjoy ;-)
Dean Edwards, 17th August 2004
|