[Prototype-core] Re: Help! How to get document.body height using Element.getDimensions

2009-05-05 Thread Yaoxing Zhang
I think what you want is not the height of body, but client height. try: document.documentElement.clientHeight; On Wed, May 6, 2009 at 12:09 AM, kimbaudi kimba...@gmail.com wrote: Hi, I am unable to get the height of the body tag using Element.getDimensions although I can get the width of the

[Prototype-core] Re: IE6: This page contains both secure and nonsecure items.

2009-06-30 Thread YaoXing Zhang
Diodeus, Maybe you would like to try YUI Compressor which will reduce the size even more. I'm using prototype 1.6.2 and after compressing it becomes from 127Kb to 74Kb. Regards, YX MSN: zhangyaox...@live.cn Skype: yaoxing.zhang Diodeus wrote: Ryan, thank you for this fix. I've modified