Note that there are some explanatory texts on larger screens.

plurals
  1. POhow to inherit parent background to make the child columns appear equal in length
    primarykey
    data
    text
    <p>I would like a two column layout without worrying about the background when one column happens to be tallest than the other.</p> <p>I have read about faux columns, liquid layout, but I would like to ask you if it may work this way: I have a "main" element with a semi-transparent image as background (16x17px). The main element contains the 2 floating columns, the left floats left and the right one floats right.</p> <pre><code>.main { width: 1024px; background-image: url(); padding:10px 0px 10px 0px; margin: 0 auto; } .colleft { float: left; width: 618px; padding:10px 5px 10px 10px; } .rightbar { margin: 0 auto; width: 50em; float: right; padding:10px 5px 10px 10px; width: 376px; } .titolo { text-align: center; font-family: ClaireHandRegular, Helvetica, sans-serif; font-size: 30px; color: #35231e; line-height: 100%; padding:10px 0px 0px 0px; } .contenuto { text-align: left; font-family: ClaireHandRegular, Helvetica, sans-serif; font-size: 25px; color: #35231e; line-height: 100%; padding:20px 0px 0px 0px; } </code></pre> <p>There is something wrong in my HTML and I cannot see where. Am I this far from the solution?</p> <pre><code>&lt;div class="main"&gt; &lt;div class="colleft"&gt; &lt;div class="titolo"&gt;ARTICLES&lt;/div&gt; &lt;div class="contenuto"&gt;CONTENT&lt;/div&gt; &lt;/div&gt; &lt;div class="rightbar"&gt; &lt;div class="contenuto"&gt;RIGHT BAR CONTENT&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p>I cannot attach a screenshot of the actual situation, unless a moderator gives me his permission...</p> <p>Any help is truly appreciated, I am at the beginning of a steep learning curve! Silvia</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload