<!DOCTYPE html>
<html>
  <body>
    <table id="thetable" width="150" style="top: 0px; position: relative;">
      <tbody id="thebody">
        <tr>
          <td>Hello</td>
        </tr>
      </tbody>
    </table>
  </body>
</html>