On Sat, Dec 20, 2008 at 10:30 AM, fancyerii <[email protected]> wrote: > A. All HTML elements have offsetWidth and offsetHeight properties (see > http://developer.mozilla.org/en/docs/DOM:element.offsetWidth and > http://developer.mozilla.org/en/docs/DOM:element.offsetHeight). You > can also use getComputedStyle (http://developer.mozilla.org/en/docs/ > DOM:window.getComputedStyle) to get width/height information. You can > also use the DOM Inspector in Firefox to view computed style.
Yes, offsetWidth and offsetHeight is what you need.. Regards, Martijn > _______________________________________________ > dev-tech-layout mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-tech-layout > -- Martijn Wargers - Help Mozilla! http://weblogs.mozillazine.org/qa/ http://wiki.mozilla.org/Mozilla_QA_Community irc://irc.mozilla.org/qa - /nick mw22 _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

