Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS dependent dimensions in css Reply To: dependent dimensions in css

#241449
bearhead
Participant

In your case, I think the basic answer is that you’ll probably have to use javascript to get the height/width of the child elements, choose the largest of each, and then apply those dimensions to the parent element.