Different window.innerWidth between chrome and firefox?

Discovery-G

New Member
\[code\]html, body { position:absolute; width:100%; height:100%; margin: 0; padding: 0; overflow: hidden; }\[/code\]The \[code\]window.innerWidth\[/code\] return different number from FX and chromeFX return 1429 while Chrome return 1159 , Why is the difference and how to fix it? Thanks.
 
Back
Top