Note that there are some explanatory texts on larger screens.

plurals
  1. POSetting Div's Position does not work with IE/FireFox
    primarykey
    data
    text
    <p>I have this code</p> <p>I have number of issues,</p> <p>first of all in FireFox 16.0.2 it does not show the second div , it also does not show the text "Hey all" in IE it yes works but it sticks divs to each others and it does not show the text "Hey all" I think Divs` positions are not set right I tried to change position by both ways jQuery/css ..</p> <pre><code>&lt;html&gt; &lt;head&gt; &lt;script src="http://code.jquery.com/jquery-1.8.2.js"&gt;&lt;/script&gt; &lt;style&gt; #11r5p6v8z9 { position:fixed; top:25px; left:295px; } #11l6z9y3u6 { position:fixed; top:50px; left:50px; } &lt;/style&gt; &lt;script type="text/javascript"&gt; $(document).ready(function() { //$("#11r5p6v8z9").css({ position: "fixed", top:25px;, left:295px;}); //$("#11l6z9y3u6").css({ position: "fixed", top:25px;, left:295px;}); //$("#11r5p6v8z9").offset({ top:25px; , left:295px;}); //$("#11l6z9y3u6").offset({ top:50px; , left:50px;}); }); &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="content"&gt; &lt;div id="11r5p6v8z9" style="border:1px dotted #f00;width:660px;height:410px;"&gt; &lt;iframe type="text/html" width="640" height="390" src="http://www.youtube.com/embed /Af1_73K8J5g" frameborder="0"&gt; &lt;/div&gt; &lt;div id="11l6z9y3u6" style="border:1px dotted #f00;width:660px;height:410px;"&gt; &lt;iframe type="text/html" width="640" height="390" src="http://www.youtube.com/embed /qjpjudx9_mU" frameborder="0"&gt; &lt;/div&gt; Hey all &lt;/div&gt; &lt;!-- content !--&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    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.
 

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