Context menu incorrect position in html table cells

Hi,

I am trying to create a context menu on html table cells. However, the context menu seems to appear massively offset from the cell itself.

I have attached an example of the problem.

Can you please advise.
test.zip (832 Bytes)

Hi

try to add td { position:relative; }

That’s fixed it - many thanks!!