I would like to add a div inside to a td, and position/size out the div from the td (horizontally or vertically or both). My problem is, for example if I add a top margin to the div, the whole row of the table height is increasing to include the div.
Is there any way to leave the td's height and width intact and position/size the div outside the td? The div must remain the child element of the td.
The same question for 'a' element. I am not sure the answer is different than for the div, or the solution (if any) is the same for the div and 'a'.
Thanks in advance