I have a link in a table cell and when the link is clicked I show a hidden div.
Currently I use position: absolute and z-index:10. It works fine, but I would like t
use margin-top:-10px; margin-left:-10px;
margin-top:-10px; margin-left:-10px;