Karl Swedberg wrote: > I'm having a hard time keeping up with this stuff > (personal/family/life issues getting in the way), but I will try to > look at it as soon as I can. In the meantime, could you try it with > the version of Dimensions that comes in the plugin package and see if > that helps? > http://jquery.com/plugins/project/cluetip/
I was doing some testing with Dimensions the other night (well, at 5 AM this morning actually) and found that the window heights were being mis-reported. I didn't get chance to go in and find out why, but it looks like window height and innerHeight are both being reported as document height (ie. total height of the document). I didn't do any testing of width but that may also have a problem. I was using jQuery 1.2.1 and the latest dimensions plugin available from the plugins page on the jQuery site. Anyone else experienced this? Guy