LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   HTMLTableRowElement Y attribute? (https://www.linuxquestions.org/questions/programming-9/htmltablerowelement-y-attribute-591962/)

true_atlantis 10-15-2007 10:50 AM

HTMLTableRowElement Y attribute?
 
Is there a way to get the 'y' location for a HTMLTableRowElement... Or just a way to get the y location of a row of a table? Thanks.

jlinkels 10-16-2007 08:24 PM

You should be able retrieve the properties of the tablerow (or an element inside it), which include the offset of the row with respect to its parent container.

More info: http://www.javascriptkit.com/domref/...operties.shtml

jlinkels


All times are GMT -5. The time now is 05:53 PM.