Home › Forums › CSS › Making two divs equal in length › Reply To: Making two divs equal in length
August 28, 2013 at 8:33 am
#148386
Member
Maybe you could wrap the divs styled with ‘display: table;’ and give each inner div ‘display: table-cell;
Not sure that will work in this instance…but who knows?
I have an aversion to display:table etc…it just seems wrong these days. I know there is nothing intrinsically wrong with it…it just seems seems to hark back to the old ways of doing things.