I know there are already similar question, but none of them could solve my problem for IE and Firefox:
The <td>
tag has no height specification, it depends on its content (the <div>
)
This is what I have now but works for Chrome only:
display:inline-block;
height:100%;
Thank you for your thoughts