The following code will sort your issue and according to caniuse.com is compatible with all browsers except for IE7 and below.
Full support on CSS table display can be found here
HTML
CSS
#child2 {
display:table-header-group;
}
#child1 {
display:table-footer-group;
}