Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Making one table appear to be multiple tables via CSS? Re: Making one table appear to be multiple tables via CSS?

#129353
Merri
Participant

One quick hack for this: http://codepen.io/Merri/pen/Diprg

A more reliable (and backwards compatible) way would be to give enough top padding to the headers and maybe use `vertical-align: bottom;` to align text to the bottom. You can also adjust text position using `line-height` and `padding-bottom` if it goes too down. Many ways to go with this.