BLaZuRE Posted August 10, 2009 Share Posted August 10, 2009 Okay, I have a container div (which I need to be of variable height, since its content changes). I have 2 div's inside that container, both of which are also of variable height. I want those two div's to be the height of the container div. I've tried using height: 100% on both div's and its container (then, the body too) to no avail. Is there a way to do this (that is standards-compliant and cross-browser compatible, not just an IE-fix)? Link to comment https://forums.phpfreaks.com/topic/169539-getting-2-divs-to-have-the-same-height-when-their-height-is-variable/ Share on other sites More sharing options...
MadnessRed Posted August 10, 2009 Share Posted August 10, 2009 SO you kinda have 2 colums Does this help? http://www.ejeliot.com/blog/61 http://www.ejeliot.com/samples/equal-height-columns/example-4.html Link to comment https://forums.phpfreaks.com/topic/169539-getting-2-divs-to-have-the-same-height-when-their-height-is-variable/#findComment-894694 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.