crazy values for window.outerWidth

后端 未结 3 1355
情书的邮戳
情书的邮戳 2021-01-25 04:02

window.outerHeight / window.outerWidth

are this values not in pixels ?

http://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_win_inner_outer

(screen

3条回答
  •  耶瑟儿~
    2021-01-25 04:30

    Did you set your doctype at the top of your HTML, I remember this was giving me an issue awhile back. Try putting

    
    

    before your opening tag

提交回复
热议问题