Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjbradshaw committed Jan 29, 2015
2 parents beceabb + 2436ec1 commit 7e70a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ $(document).ready(function() {
###Example
http://davidjbradshaw.com/imagemap-resizer/example/

### A note on IE8
### A note on IE8 and below

To use this library with IE8 you will need to also load the included polyfil and ensure IE8 is running in "[Standards mode](http://en.wikipedia.org/wiki/Internet_Explorer_8#Standards_mode)". This can be done by adding the following to your HTML head section.
To use this library with old IE you will need to also load the included polyfil and ensure IE is running in "[Standards mode](http://en.wikipedia.org/wiki/Internet_Explorer_8#Standards_mode)". This can be done by adding the following to your HTML head section.

```html
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down

0 comments on commit 7e70a52

Please sign in to comment.