Hi, I was wondering if anyone knows if there is an equivalent to the firefox function scrollMaxX that works also in safari maybe in some framework or something?
scrollMaxX gives you the space in pixels of the current page that is outside of the browser window. so for example if a page is 200 pixels wide and the browser window is set to 180 pixels width then scrollMaxX would return 20 pixels.
Thanks