GRRR silly browsers and their window widths and heights. Could you send me a test case for this?
-- Brandon Aaron On 8/22/07, Will Arp <[EMAIL PROTECTED]> wrote: > > > I'm seeing a regression from version 1.0b2, > $(window).height(); > seams to return the document height with Dimensions.js v1.1.2 > in Firefox 2.0.6 PC/Mac > > from console: > >>> window.innerHeight > 294 > >>> $(window).height() > 153 > >>> $(document).height() > 153 > > > Is there a way to get Toolbars&co height? > something along the lines: > $(window).outerHeight() - $(window).innerHeight() > it would be useful for a window.resizeTo(x,y). > > Thank you and have a great day! > -will >