Hi, I am trying to get the viewport coordinates or the client rect without using the Mozilla Internal API from Firefox 2. I am doing this to determine if an element is visible within a scrolled view, or outside of the scrolled view. I basically want to stay away from the internal API so I do not have any dependencies on the version of Firefox, especially when Firefox 3 comes out.
This basically has eliminated my ability to use nsIFrame, nsIPresShell, nsIPresContent, nsIView, or nsIWidget. Does anyone have any suggestions? _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
