I\'d like to overlay a div (or any element that\'ll work) over a table row (tr tag) that happens to have more than one column.
I have tried a few methods, which don\'t s
This should do:
var bottomTop = $divBottom.offset().top; var bottomLeft = $divBottom.offset().left;