回答編集履歴
1
誤解を避けるための文言変更
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)
|