I am currently working on creating a three-column layout using YAML. The grid feature of this framework is being utilized to position the columns (navigation, content, sidebar).
Here's my question: How can I ensure that all three divs have the same height? I attempted to use the ym-equalize
class provided by YAML, but it doesn't seem to be working as expected or perhaps I am applying it incorrectly.
You can view the source code (excluding the framework) here: https://gist.github.com/3fb9187c92eefa7ef731
Edit: I am aware there are potential solutions involving JavaScript and/or using position: absolute ;)