I am trying to set the width and height of a mask behind a modal window.
I use $(document).width()and $(document).height().
Works great in FF and Chrome, but IE adds about 25 pixels to each, and I get scrollbars? What should I use, is it cross browser compatible?
I am using IE8 btw, but I want it to work before 6 or 7.
Jason source
share