body


  <body>
    <h1>Endless Desktop</h1>
    <p>
      This demo demonstrates how to create an endless panning area, pretty much like <b>Google Maps</b>. It relies on the use of 2 nested DIVs: one representing the viewport (or container), the other representing the drawing area (called <tt>universe</tt>). The drawing area contains all the elements and moves relatively to the viewport. Since the viewport uses the <tt>overflow:hidden</tt> directive, it limits the amount of viewable items.<br />
      Click the icon on the lower right corner and then <b>drag</b> the mouse around the pan the viewport.<br />
      Use <tt>right click > view source</tt> to see the underlying Javascript code.
    </p>