Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><code>body</code> should not have a <code>width</code> of 1500px, should be 100%; <code>#container</code> should be <code>max-width:1000px;</code> <code>width:100%;</code> Also, anchor <code>#container</code> to <code>body</code></p> <p>Please make these changes:</p> <pre><code>#bg1 { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #8888ff; z-index: 1; box-shadow: inset 0px 280px 60px 0px rgba(0,0,0,0.3); } body #container { position: relative; z-index: 3; max-width:1000px; width:100%; margin: 0 auto; background: #ffffff; box-shadow: 0px 15px 15px 5px #444444; } #main { position: relative; padding: 60px 28px 0px 28px; width: 1124px; } body { float: center; text-align: center; width: 100%; margin:0 auto; background-color: 7777ff; } .leftpanel { width: 18%; float: left; padding: 10; padding-top: 20; margin-bottom: 40; background: orange; text-shadow: 2px 2px 2px rgba(0,0,0,0.1); box-shadow: 5px 5px 5px #888; } .rightpanel { position: relative; width: 70%; margin: 0 0 0 160px; } .toppanel { margin-left: 70px; background-color: #fbbbb9; padding: 20px; text-shadow: 2px 2px 2px rgba(0,0,0,0.1); box-shadow: 5px 5px 5px #888; } .content { margin-left: 70px; padding-bottom: 50px; background-color: white; } .box { margin: 0 0 30px 0; background-color: orange; overflow: hidden; } .footer { padding: 40px 0 40px 0; text-align: center; color: white; } </code></pre> <p>You can see this in action on jsfiddle: <a href="http://jsfiddle.net/MX9kC/" rel="nofollow">http://jsfiddle.net/MX9kC/</a></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. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      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