Note that there are some explanatory texts on larger screens.

plurals
  1. PODIV's are getting pushed out window by other DIV's
    primarykey
    data
    text
    <p>I have this fairly unusual problem (after what I've understood when asking others), it seems that my -tags don't understand how much of the screen that is used by other elements, and therefore push elements out of screen.<br> I thought it might had something to do with the use of position:fixed, but it didn't seem to solve it when removing the position-part at all. </p> <p>This is the main markup that seems to have problems, in wich I really can't seem to see any errors.</p> <pre><code>&lt;div id="search"&gt; &lt;div id="searchfield"&gt; &lt;span id="searchinput"&gt; &lt;input type="text" id="s" name="s" /&gt; &lt;/span&gt; &lt;button&gt;Search&lt;/button&gt; &lt;/div&gt; &lt;div id="searchresults"&gt; &lt;ul class="longlist"&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p>The problem is best seen in this <a href="http://jsfiddle.net/KX9BV/3/" rel="nofollow">jsFiddle</a> where it seems <em>#searchresults</em> is pushed out of <em>#search</em> by <em>#searchfield</em>.<br> As I really don't know what's the problem, any attempt on using Google have left me with no good answer to where my problem really is.</p> <p>I have tried removing any JS that modifies the at all, and as we can see the jsFiddle does not run any JS at all, and still my markup/CSS does not work.</p> <p>The height of <em>#search</em> is set to 400px in this fiddle to show the flaw better. But the same error occurs when it's 100% (wich is the value it should have in production-code).</p> <p>Does anyone have any idea why this is happening?</p>
    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