I am currently exploring the possibility of achieving the following:
Imagine having an image within a div (serving as the background image). This image resembles an Excel sheet. My goal is to generate an input tag or contenteditable div when a user clicks on any cell of the image. The border of the created div or input should match the size of the cells in the image.
Could someone please provide me with some guidance or point me in the right direction?
One potential solution that caught my eye is:
However, it seems to have an alignment issue with the cells in the image.