CSS layout mystery
- by selfthinker
Among the many two (or three) column layout techniques I sometimes use the following one:
<div class="variant1">
<div class="left1">
<div class="left2">
left main content
</div>
</div>
<div class="right1">
<div class="right2">
right sidebar
</div>
</div>…