Note that there are some explanatory texts on larger screens.

plurals
  1. POHow come my container's are displaying a white background?
    primarykey
    data
    text
    <p>I'm using the <a href="http://960.gs/" rel="nofollow">Nathan Smith Grid System</a> and everything I wrap with the "container_12" class has a white background. What I want is it to be transparent.</p> <p><strong>Example:</strong> <a href="http://jsfiddle.net/JordanSimps/RZvxn/1/" rel="nofollow">http://jsfiddle.net/JordanSimps/RZvxn/1/</a></p> <p><strong>HTML:</strong></p> <pre><code>&lt;!-- Beginning of the blue top header --&gt; &lt;div class="top-header-wrap"&gt; &lt;div class="container_12"&gt; &lt;div class="top-header"&gt; &lt;div class="grid_2"&gt; &lt;img class="hover" src="http://www.dubstepcast.com/images/phone.png" /&gt;&amp;nbsp;&amp;nbsp; (586) 997-9490 &lt;/div&gt; &lt;div class="grid_3"&gt; &lt;img src="http://www.dubstepcast.com/images/mail.png" /&gt;&amp;nbsp;&amp;nbsp; &lt;a href="mailto:jordansimps@me.com" alt="E-Mail us"&gt;info@experienceheritage.org&lt;/a&gt; &lt;/div&gt; &lt;div id="social"&gt; &lt;div class="grid_7"&gt; &lt;ul&gt; &lt;li id="twitter"&gt;&lt;a href="1.html"&gt;&lt;img id="twitter" src="http://www.dubstepcast.com/images/twitter.png" /&gt;&lt;/a&gt;&lt;/li&gt; &lt;li id="pinterest"&gt;&lt;a href="1.html"&gt;&lt;img id="pinterest" src="http://www.dubstepcast.com/images/pinterest.png" /&gt;&lt;/a&gt;&lt;/li&gt; &lt;li id="facebook"&gt;&lt;a href="1.html"&gt;&lt;img id="facebook" src="http://www.dubstepcast.com/images/facebook.png" /&gt;&lt;/a&gt;&lt;/li&gt; &lt;li id="google"&gt;&lt;a href="1.html"&gt;&lt;img id="google" src="http://www.dubstepcast.com/images/google.png" /&gt;&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- End of the blue top header --&gt; &lt;!-- Beginning of the second header - Logo &amp; Navigation buttons --&gt; &lt;div class="container_12"&gt; &lt;div class="bottom-header"&gt; &lt;!-- LOGO BEGINS HERE --&gt; &lt;div class="grid_2"&gt; &lt;p&gt;&lt;img class="logo" src="http://www.dubstepcast.com/images/logo2.png" /&gt;&lt;/p&gt; &lt;/div&gt; &lt;!-- LOGO ENDS HERE --&gt; &lt;!-- NAVIGATION BUTTONS BEGIN HERE --&gt; &lt;div class="grid_8 prefix_2"&gt; &lt;ul class='navbar navbar-horizontal'&gt; &lt;a href="#" id="panel-1" class="drop-shadow raised"&gt; Home &lt;/a&gt; &lt;a href="#" id="panel-2"&gt; FAQ's &lt;/a&gt; &lt;a href="#" id="panel-3"&gt; Invite &lt;/a&gt; &lt;a href="#" id="panel-4"&gt; Contact &lt;/a&gt; &lt;/ul&gt; &lt;/div&gt; &lt;!-- NAVIGATION BUTTONS END HERE --&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- End of the second header - Logo &amp; Navigation buttons --&gt; </code></pre> <p><strong>CSS:</strong></p> <pre><code>@charset "UTF-8"; /* CSS Document */ body { background-image: url('http://www.dubstepcast.com/images/bg.jpg'); background-repeat: repeat-x repeat-y; color: #333; font-size: 11px; height: auto; padding-bottom: 20px; } a { color: #fff; text-decoration: none; } h1 { font-family: Georgia, serif; font-weight: normal; padding-top: 20px; text-align: center; } h2 { padding-top: 20px; text-align: center; } p { border: 1px solid #666; overflow: hidden; padding: 10px 0; text-align: center; } /* HEADER */ /* TOP HEADER */ .top-header { color: #FFF; font-family: "Helvetica"; font-weight: bold; font-size: 12px; background: #11A1B1; height: 43px; padding-top: 15px; } .top-header a { color: #FFF; font-family: "Helvetica"; font-weight: bold; font-size: 12px; text-decoration: none; } .top-header a:hover { color: #D3582D; text-decoration: none; } .top-header-wrap { border-top: solid 3px #32BED0; background: #11A1B1; height: 58px; } /* SOCIAL ICONS */ #social { height: 35px; } #social li { display: inline; } /* TWITTER */ #social ul #twitter a { background-image: url('http://www.dubstepcast.com/images/twitter.png'); width: 18px; height: 18px; } #social ul #twitter a:hover { background-image: url('http://www.dubstepcast.com/images/twitter.png'); width: 18px; height: 18px; } /* PINTEREST */ #social ul #pinterest a { background-image: url('http://www.dubstepcast.com/images/pinterest.png'); width: 18px; height: 18px; } #social ul #pinterest a:hover { background-image: url('http://www.dubstepcast.com/images/pinterest_active.png'); width: 18px; height: 18px; } /* FACEBOOK */ #social { text-align: right; } #social ul #facebook a { background-image: url('http://www.dubstepcast.com/images/facebook.png'); width: 18px; height: 18px; } #social ul #facebook a:hover { background-image: url('http://www.dubstepcast.com/images/facebook_active.png'); width: 18px; height: 18px; } /* GOOGLE */ #social ul #google a { background-image: url('http://www.dubstepcast.com/images/google.png'); width: 18px; height: 18px; } #social ul #google a:hover { background-image: url('http://www.dubstepcast.com/images/google_active.png'); width: 18px; height: 18px; } /* BOTTOM HEADER */ .bottom-header { margin-top: 10px; height: 155px; } .bottom-header img { margin-top: 25px; } .drop-shadow { position:relative; float:left; width:40%; padding:1em; margin:2em 10px 4em; background:#fff; -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; } .drop-shadow:before, .drop-shadow:after { content:""; position:absolute; z-index:-2; } .drop-shadow p { font-size:16px; font-weight:bold; } /* * Kwicks: Sexy Sliding Panels for jQuery - v2.1.0 * http://devsmash.com/projects/navbar * * Copyright 2013 Jeremy Martin (jmar777) * Contributors: Duke Speer (Duke3D) * Released under the MIT license * http://www.opensource.org/licenses/mit-license.php */ .navbar { height: 100px; display: block; list-style-type: none; list-style: none; position: relative; margin: 55px 0 0 25px; padding: 0; } .navbar &gt; a { font-weight: 400; font-family: "Helvetica"; letter-spacing: 1px; border-radius: 0px 0px 5px 5px; -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; -o-border-radius: 0px 0px 5px 5px; -webkit-box-shadow: 0 10px 15px -8px rgba(62, 62, 62, 0.5), 0 1px 4px rgba(62, 62, 62, 0.2), 0 0 40px rgba(62, 62, 62, 0) inset; -moz-box-shadow: 0 10px 15px -8px rgba(62, 62, 62, 0.5), 0 1px 4px rgba(62, 62, 62, 0.2), 0 0 40px rgba(62, 62, 62, 0) inset; box-shadow: 0 10px 15px -8px rgba(62, 62, 62, 0.5), 0 1px 4px rgba(62, 62, 62, 0.2), 0 0 40px rgba(62, 62, 62, 0) inset; font-size: 16px; width: 125px; height: 18px; margin-left: 5px; float: left; text-align: center; padding: 25px 0 30px 0; } .navbar &gt; a p { font-family: "Helvetica"; font-weight: lighter; color: #11A1B1; margin-top: 4px; font-size: 10px; letter-spacing: normal; } .navbar &gt; a:hover p { color: #11A1B1; } .navbar &gt; a:hover { color: #D3582D; } .navbar &gt; * { display: block; overflow: hidden; padding: 0; margin: 0; } .navbar.navbar-processed &gt; * { margin: 0; position: absolute; } .navbar-horizontal &gt; * { float: left; } .navbar-horizontal &gt; :first-child { margin-left: 0; } .navbar-vertical &gt; :first-child { margin-top: 0; } #panel-1 { background-color: #464646; border-top: solid 3px #11A1B1; } #panel-2 { background-color: #464646; border-top: solid 3px #11A1B1; } #panel-3 { background-color: #464646; border-top: solid 3px #11A1B1; } #panel-4 { background-color: #464646; border-top: solid 3px #11A1B1; } /* GIVES THE DROP-SHADOW ON THE NAVIGATION BUTTONS MORE OF A REALISTIC LOOK */ .drop-shadow { position: relative; float: left; width: 40%; padding: 1em; margin: 2em 10px 4em; background: #FFF; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; } .drop-shadow:before, .drop-shadow:after { content: ""; position: absolute; z-index: -2; } .drop-shadow p { font-size: 16px; font-weight: bold; } </code></pre>
    singulars
    1. This table or related slice is empty.
    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