Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Loading this file with a valid IMG SRC gives 3 alert boxes of "37". Without valid IMG SRC it gives "17" on all three. What version of Jquery are you using? And which version of FireFox/IE?</p> <pre><code>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML Strict//EN"&gt;&lt;META http-equiv="Content-Type" content="text/html; charset=utf-8"&gt; &lt;HTML style="OVERFLOW: hidden; HEIGHT: 100%" xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;HEAD&gt; &lt;script type="text/javascript" src="jquery.js"&gt;&lt;/script&gt; &lt;/HEAD&gt; &lt;BODY&gt; &lt;FORM id="aspnetForm" name="aspnetForm" action="blah.aspx" method="post"&gt; &lt;DIV id="container"&gt; &lt;DIV id="ctl00_BodyContentPlaceHolder_Navigation" style="Z-INDEX: 1; LEFT: 1597px; POSITION: absolute; TOP: 67px"&gt; &lt;DIV class="TransparentBg" id="TransparentDiv" style="MARGIN-TOP: 10px; MARGIN-RIGHT: 10px; HEIGHT: 94px; TEXT-ALIGN: center"&gt; &lt;/DIV&gt; &lt;DIV class="Foreground" id="ForegroundId" style="MARGIN-TOP: 10px; MARGIN-RIGHT: 10px; TEXT-ALIGN: center"&gt; &lt;DIV id="ctl00_BodyContentPlaceHolder_Navigation1" title="Click to pan the map." style="WIDTH: 52px; COLOR: black; HEIGHT: 52px; BACKGROUND-COLOR: transparent; -moz-user-focus: normal"&gt; &lt;IMG style="FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod = scale src='../images/image.gif'); CURSOR: pointer" height="52" hspace="0" src="..." width="52" /&gt; &lt;/DIV&gt; &lt;DIV id="ctl00_BodyContentPlaceHolder_UserControl" name="ctl00_BodyContentPlaceHolder_UserControl"&gt; &lt;IMG style="DISPLAY: block; VERTICAL-ALIGN: bottom; CURSOR: pointer" height="17" src="je_fanmap_unavailable.JPG" width="16" /&gt; &lt;IMG style="VERTICAL-ALIGN: top; CURSOR: pointer" height="17" src="je_fanmap_unavailable.JPG" width="16" /&gt; &lt;/DIV&gt; &lt;/DIV&gt; &lt;/DIV&gt; &lt;script type="text/javascript"&gt; $(window).load(function () { alert($("#ctl00_BodyContentPlaceHolder_UserControl").attr('offsetHeight')); alert(document.getElementById("ctl00_BodyContentPlaceHolder_UserControl").offsetHeight); alert($("#ctl00_BodyContentPlaceHolder_UserControl").height()); }); &lt;/script&gt; &lt;/DIV&gt; &lt;/FORM&gt; &lt;/BODY&gt; </code></pre> <p></p>
    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. 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