I have a <table>
with table-layout
set to fixed, so that all explicit width/height definitions are respected no matter what. I'm trying to get a certain <td>
to overflow, but even though I did the table-layout: fixed
it doesn't work.
What should I do to make it work?