Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjbradshaw committed Dec 22, 2014
1 parent 6217f51 commit b507720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Not having a valid [HTML document type](http://en.wikipedia.org/wiki/Document_ty
<!DOCTYPE html>
```

###Iframe not resizing
###IFrame not resizing
The most common cause of this is not placing the ([iframeResizer.contentWindow.min.js](https://raw.github.com/davidjbradshaw/iframe-resizer/master/js/iframeResizer.contentWindow.min.js)) script inside the iFramed page. If the other page is on a domain outside your control and you can not add JavaScript to that page. Now is the time to give up all hope of ever getting the iFrame to size to the content; As it is impossible to work out the size of the contained page, without using JavaScript on both the parent and child pages.

###IFrame not detecting CSS :hover events
Expand Down

0 comments on commit b507720

Please sign in to comment.