teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

誤解を避けるための文言変更

2015/07/25 10:16

投稿

KenTerada
KenTerada

スコア751

answer CHANGED
@@ -5,6 +5,5 @@
5
5
  IE8以下では対応していないという噂で,
6
6
  「window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;」
7
7
  「window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight;」
8
- しないといけないそうです.
8
+ IEにも対応させられるそうです.
9
-
10
9
  [javascript - How Do I Get innerWidth in Internet explorer 8 - Stack Overflow](http://stackoverflow.com/questions/9410088/how-do-i-get-innerwidth-in-internet-explorer-8)