Need to find out how wide the browser section is in IE with JavaScript. Not the entire window just the part that is actually the page browser.
Thanks :)
Printable View
Need to find out how wide the browser section is in IE with JavaScript. Not the entire window just the part that is actually the page browser.
Thanks :)
i believe window.document.availWidth will accomplish that.
screen.availWidth gets the whole screen size.
-Matt