I'm working on a 'cards'-like interface, each 'card' (rectangular div in relative position) has multiple children positioned in absolute, and there are multiple divs on the same page like this.
I've spent a few hours looking for a solution to this with no success. From what I've read, it's not possible to do automatic height on a div with absolute children with CSS. I stumbled on a jQuery example as well, but I couldn't figure out how to manipulate that to work with multiple divs. I also tried clearfixing, and manipulating the overflow.
The page I've been working on (http://q.glorbi.com/profile.php) works and looks fine, but the height of each div is limited to 300 pixels, which may be too little or too much depending on its contents.
Does anyone know how to go about resizing multiple parents with absolute children? Any solution is fine, even if it relies on jQuery, etc!
Thank you!