Need divs to share common height and want to vertically separate content

Hello there!

Unless I’ve missed something, I think I’ve implemented your fix correctly and it looks fantastic in all the browsers I have: https://wheeltastic.com

Super sleek result and I appreciate all the help from everyone!

1 Like

Display table is good and I use it most of the time but it is no good when you want items to wrap to another line and fill the next line automatically. You have to manage tables in rows and once you define the rows you can’t then have two or three in a row.

When you use flexbox you can most of the time apply display:inline-block to the flex child element as a fall back and still have it look reasonably good in ie9 (inline-block has no effect on a flex item in browsers that support flex).

Flexbox browser support is now at 95% so its time to start using it when needed (not for everything though).

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.