<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003103" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003103</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/clipping-multiple-layers#comment-1013713</link>
    <description> &lt;p&gt;Use something like this to animate your layer:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;code:&lt;/p&gt;
&lt;pre&gt;function animateLayer() {
   for (i=0; i&amp;lt;20; i++) {
      moveLayerTo(&quot;ID&quot;,i,i);
      }
   }[/code] &lt;/pre&gt;&lt;/blockquote&gt;</description>
     <pubDate>Thu, 04 May 2000 07:52:00 +0000</pubDate>
 <dc:creator>Lloyd Hassell</dc:creator>
 <guid isPermaLink="false">comment 1013713 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/clipping-multiple-layers#comment-1013712</link>
    <description> &lt;p&gt;someone told me to use the clip method, but I guess the move method would work...how would I do the for loop though?&lt;/p&gt;
 </description>
     <pubDate>Thu, 04 May 2000 00:35:00 +0000</pubDate>
 <dc:creator>Arielladog</dc:creator>
 <guid isPermaLink="false">comment 1013712 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/clipping-multiple-layers#comment-1013711</link>
    <description> &lt;p&gt;Curtain Effect:&lt;/p&gt;
&lt;p&gt;I am not sure what you want to do here. Could you explain a little bit clearer?&lt;/p&gt;
&lt;p&gt;Sliding Layers:&lt;/p&gt;
&lt;p&gt;You dont use the clip method for this. You have to move your layers position. Use the following function to move layers.&lt;/p&gt;
&lt;p&gt;function moveLayerTo(ID,X,Y) {&lt;br /&gt;
   if (document.all) {&lt;br /&gt;
      document.all[ID].style.pixelLeft = X;&lt;br /&gt;
      document.all[ID].style.pixelTop = Y;&lt;br /&gt;
      }&lt;br /&gt;
   else if (document.layers) {&lt;br /&gt;
      document.layers[ID].moveTo(X,Y);&lt;br /&gt;
      }&lt;br /&gt;
   }&lt;/p&gt;
&lt;p&gt;To animate a layer you need to use the function above but place it in a loop.&lt;/p&gt;
 </description>
     <pubDate>Wed, 03 May 2000 04:46:00 +0000</pubDate>
 <dc:creator>Lloyd Hassell</dc:creator>
 <guid isPermaLink="false">comment 1013711 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
