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
Make:
div style="position:absolute" td style="position:relative;display:block"
and you don't need jquery.