make variable number of divs positioned side by side of equal height with HTML/CSS (responsive design)?
问题 Browser support: I need this to work with IE8+. CSS3 + polyfill solution accepted, but CSS only solution even better. I have a series of divs positioned side-by-side. I want their height to be equal to the heighest div in the "row". The key here is that the number of divs next to another varies (from 4 by row to 3 by row). This is because this is a responsive design, in which we set the width of a product to 25% by default, but 33% when in smaller screen size. See the code below, and the