Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It is hard to tell without seeing some code.</p> <p>You could try setting z-index on the bottom layer but that works on elements that have been positioned with absolute, relative or fixed (position:absolute).</p> <hr> <p>edit after seeing code:</p> <p>Add position:relative; z-index:100; to #rightLayer. </p> <p>Or you could remove the width:100% from .Layer3.</p> <hr> <p>You may want to refactor your code and go with a two column layout for #rightLayer and .Layer3.</p> <p>css</p> <pre><code>#Layer0 { width:100%; height:100%; } body { margin:10px 10px 0px 10px; padding:0px; color:#999999; font-family:"Trebuchet MS",arial,sans-serif; font-size:70.5%; } #Layer1 { width:200px; margin-top:17px; font-size:1.0em; padding-left:12px; padding-top:8px; } #Layer2 { background:#fff; margin-left:199px; color:#000; } #rightlayer { float:right; } .Layer3 { } </code></pre> <p>html</p> <pre><code>&lt;div id="Layer0"&gt; &lt;div id="Layer2" class="Layer2"&gt; &lt;h1&gt;TEST&lt;/h1&gt; &lt;/div&gt; &lt;div id="Layer1" class="Layer1"&gt; &lt;h3 align="left"&gt;Brands&lt;/h3&gt; &lt;/div&gt; &lt;div class="content"&gt; &lt;div id="rightlayer"&gt; &lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="test"&gt;TEST&gt;&lt;/a&gt;&lt;p&gt; &lt;/div&gt; &lt;div id="Layer3" class="Layer3"&gt; &lt;h1&gt;Ed Hardy Auctions&lt;/h1&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </code></pre>
    singulars
    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