Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. wjdunn3

    How to get element absolute screen position?

    Thanks Mithrilhall! I also figured out that this works: var srcTop, srcLeft, srcWidth, srcHeight; var eParent, oSubMenu; /*get a ref to the event source element*/ if (document.all) source3=event.srcElement else if (document.getElementById) source3=e.target; /*get abs location of source...
  2. wjdunn3

    How to get element absolute screen position?

    I need to position a <DIV> next to a table cell (<TD>) when the user mouses over. The table and table cell are NOT absolutely positioned. How can I determine the absolute pixel position of the <TD> element? I have a reference to the TD element in my code. I have tried el.style.top, etc... but...

Part and Inventory Search

Back
Top