Home › Forums › CSS › Making one table appear to be multiple tables via CSS? › Re: Making one table appear to be multiple tables via CSS?
March 22, 2013 at 10:49 am
#129353
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.