Please read:
https://lists.webkit.org/pipermail/webkit-help/2009-August/000146.html
If your port is QtWebKit:
/*!
Returns the geometry of this element, relative to its containing frame.
\sa tagName()
*/
QRect QWebElement::geometry() const
{
if (!m_element)
return QRect();
return m_element->getRect();
}
On Fri, Aug 13, 2010 at 7:52 AM, Luka Napotnik <[email protected]> wrote:
> Hello.
>
> A quick question: can I get the screen coordinate of a DOM Node
> relative to the page and the element dimensions?
--
--Antonio Gomes
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help