-
equal height columns
I am trying to construct a layout with a flexible left content column and a fixed right side bar, but I would like to have equal height columns. Is this possible?
I'm using this example as a starting point: http://www.yaml.de/demos/flexible-columns.html
How can I force equal height columns?
Here is a skeleton of that code:
<div class="ym-wrapper">
<div id="main">
<div class="ym-column">
<div class="ym-col1">
<div class="ym-cbox">
<section class="box info">
...
</section>
</div>
</div>
<aside class="ym-col3 sidebar">
<div class="ym-cbox">
...
</div>
</aside>
</div>
</div>
</div>
<footer role="contentinfo">
<div class="ym-wrapper">
<div class="ym-wbox">
...
</div>
</div>
</footer>
Any help is very much appreciated. Thank you.
-
Moderator
Hello,
search in the documentation on "Equal Height Column Rulers". I think that answers you question.
Greetings
Reinhard
Berechtigungen
- Neue Themen erstellen: Nein
- Themen beantworten: Nein
- Anhänge hochladen: Nein
- Beiträge bearbeiten: Nein
Foren-Regeln
Lesezeichen