Microsoft KB Archive/811808

From BetaArchive Wiki
Knowledge Base


offsetTop Property Returns an Incorrect Value When Used in a Table

Article ID: 811808

Article Last Modified on 11/15/2007



APPLIES TO

  • Microsoft Internet Explorer 6.0, when used with:
    • Microsoft Windows XP Home Edition
    • Microsoft Windows XP Professional
    • Microsoft Windows XP Media Center Edition 2002
    • Microsoft Windows XP Tablet PC Edition
    • Microsoft Windows 2000 Advanced Server
    • Microsoft Windows 2000 Datacenter Server
    • Microsoft Windows 2000 Professional Edition
    • Microsoft Windows 2000 Server
    • Microsoft Windows NT Server 4.0 Standard Edition
    • Microsoft Windows NT Server 4.0, Terminal Server Edition
    • Microsoft Windows NT Workstation 4.0 Developer Edition
    • Microsoft Windows Millennium Edition
    • Microsoft Windows 98 Second Edition
    • Microsoft Windows 98 Standard Edition




SYMPTOMS

When you use the offsetTop DHTML property for a DIV tag within a table in Internet Explorer 6.0, this returns a different value from the value returned in Internet Explorer 5.01. The following HTML code demonstrates the problem when you use offsetTop in Internet Explorer 6.0:

 <html>
 <head>

 <script language="JavaScript1.2" type="text/javascript">

 function buttonClick()
 {
   alert (myDiv.offsetTop);
 }
 </script>

 </head>
 <body id="myBody">

 <table border=1 id="myTable">
 <tr>
 <td>
 <img id=theimage style="position:relative;" src=NT_pressure.jpg border=1
 width='100px' height='100px'>
 </td>
 </tr>

 <tr id="myTR">
 <td id="myTD">
 <div border=1 id=myDiv name=myDiv style="position:relative;">
 myDiv
 </div>
 </td>
 </tr>

 </table>

 <input type=button value="Get myDiv.offsetTop " onclick="buttonClick()"
 id=button1 name=button1>
 </body>
 </html>

RESOLUTION

A supported hotfix is now available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next service pack that contains this hotfix.

To resolve this problem, submit a request to Microsoft Online Customer Services to obtain the hotfix. To submit an online request to obtain the hotfix, visit the following Microsoft Web site:

Note If additional issues occur or any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. To create a separate service request, visit the following Microsoft Web site:

Important Install the February, 2003 Cumulative Patch for Internet Explorer before you install this fix. For additional informationabout this update, click the following article number to view the article in the Microsoft Knowledge Base:

810847 February, 2003, Cumulative Patch for Internet Explorer


If you installed this fix before you installed the February, 2003 Cumulative Patch for Internet Explorer, you must reinstall this fix.

The English version of this fix has the file attributes (or later) that are listed in the following table. The dates and times for these files are listed in coordinated universal time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time tool in Control Panel.

   Date         Time   Version       Size       File name
   -------------------------------------------------------
   18-Dec-2002  02:54  6.0.2800.1148 2,784,256  Mshtml.dll
                



STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

Keywords: kbhotfixserver kbie600sp2fix kbfix kbbug kbinetdev kbqfe kbie600presp2fix KB811808