The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › Equal height columns without js
To make sure that flexbox works for as many browsers as possible, what are the extra definitions (sorry, don’t know what they are generally called, the webkit ones and so on) that I should use together with the regular css?
There is an article here : https://css-tricks.com/using-flexbox/
If you don’t want support for very old browser, only for the relevant ones, you can use auto-prefixer : https://autoprefixer.github.io/