Looking for a chat template solution that includes a dynamic header (depending on the number of chat users) and a footer with a message textarea field. Struggling to find a method that works across all browsers, as using display: table only seems to work in webkit browsers, while firefox and IE ignore it. Check out this example. Is there a way to make this behavior compatible with all browsers, including webkit, firefox, and IE8+?
Unfortunately, flexboxes and calc property are not an option due to lack of support in older browsers.