How to size a div\'s height to its container height, using CSS ?
-
2020-12-16 19:42
You can either:
- use the incomplete but philosophically correct path of pure CSS and face every kind of incompatibility between browsers
or
- write 3 lines of dirty semantically incorrect and devil made table and have it work perfectly everywhere
Your pick :)