I have a link in a table cell, and when the link is clicked, I show a hidden div.
I am currently using the position: absolute and z-index: 10. It works fine, but I would like to move it a bit to the beginning and to the left. When I add top: -10px and left: -10px, the div moves to the window position.
How do I make 10px from a table cell?
santa source
share