Reputation: 21396
I have a table which has two cells (<td>
) which as a width of 0px. I inserted one <div>
in them with some text. The cells with 0px width then expanded showing the content. I don't want this happen. I want those two cells to hide as if there is no content inside. I don't want to do this using visibility
or overflow
attribute.
You can see an example here
How can I do this?
Upvotes: 0
Views: 650