Here is a small demonstration of what my problem is:
After sizing the red td to a certain width, I would like to set it back to what it was before. Applying 25% will not make it adjust dynamically like the other tds, it’s just stuck at 25% which you can see when the black box changes it’s size.
So I guess my questions are:
- What is a
td‘s width before it is set manually? - How do I reset it?
Any ideas? Thanks for the feedback!
How about setting it to width: auto?