<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1016480" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1016480</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/horizontal-scrolling-layer#comment-1095858</link>
    <description> &lt;p&gt;Hey,&lt;br /&gt;
I&#039;ve been looking around and i just found a great tutorial on how to make a horizontal scrolling menu with a twist.  Have a look it&#039;s great.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flashkit.com/tutorials/Actionscripting/Expert/The_Yugo-Dominik_-90/index.shtml&quot; class=&quot;bb-url&quot;&gt;http://www.flashkit.com/tutorials/Actionscripting/Expert/The_Yugo-Dominik_-90/index.shtml&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Dec 2001 05:27:28 +0000</pubDate>
 <dc:creator>PaulCAust</dc:creator>
 <guid isPermaLink="false">comment 1095858 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/horizontal-scrolling-layer#comment-1095836</link>
    <description> &lt;p&gt;Ok gents, here it is (for what it&#039;s worth,&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;members.aol.com/grassblad/dHTML/carRace.html&quot; class=&quot;bb-url&quot;&gt; carRace &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(not sure if everything is there [photos,eg], but you should get the idea nonetheless)&lt;br /&gt;
Again, it is not exactly what you are looking for, but it adaptable.  Also, if you post code here and I&#039;m around, I&#039;ll see what I can do to help.  &lt;/p&gt;
&lt;p&gt;Re emailing me -- I try to keep that for amusement &amp;amp; paying clients only, so....&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Dec 2001 00:45:07 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1095836 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/horizontal-scrolling-layer#comment-1095832</link>
    <description> &lt;p&gt;Hello everyone!&lt;br /&gt;
Over the weekend I got talked into doing a CD for a photographer friend of mine.  At about 2:00 am I suddenly thought that doing a horizontal scrolling image maybe the ticket, unfortunatly i&#039;ve got no idea how to do this.  So this morning I started looking for some info.  Low and behold here it is.&lt;/p&gt;
&lt;p&gt;I&#039;m more a ASP/Server side kind of guy but what ever what ever info I can get would be a great help.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;
 </description>
     <pubDate>Sun, 09 Dec 2001 23:17:46 +0000</pubDate>
 <dc:creator>PaulCAust</dc:creator>
 <guid isPermaLink="false">comment 1095832 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/horizontal-scrolling-layer#comment-1095821</link>
    <description> &lt;p&gt;Vinny,&lt;/p&gt;
&lt;p&gt;Defiantly, if you have any other similar code please post it or email. I&#039;m going to start putting something together for this site Monday or Tuesday and could use all the assistance I can get. I&#039;m not a DHTML guru but I get by with a little help &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 09 Dec 2001 20:15:20 +0000</pubDate>
 <dc:creator>Adam Oberdorfer</dc:creator>
 <guid isPermaLink="false">comment 1095821 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/horizontal-scrolling-layer#comment-1095814</link>
    <description> &lt;p&gt;Hi Adam,&lt;/p&gt;
&lt;p&gt; You should be able to create it by changing the left/posLeft attributes of the divs with a setTimeout.&lt;/p&gt;
&lt;p&gt;something like:&lt;br /&gt;
  newLeft = parseInt(divStyle.posLeft)&lt;br /&gt;
  newLeft -=  Math.floor( Math.random() * 50)&lt;br /&gt;
  divStyle.visibility = &#039;visible&#039;;&lt;br /&gt;
  divStyle.posLeft = newLeft;&lt;/p&gt;
&lt;p&gt;where divStyle equates to:&lt;br /&gt;
document.all.divID.style&lt;br /&gt;
document.getElementById(divID).style&lt;br /&gt;
document.layers[divID]&lt;/p&gt;
&lt;p&gt;You may need to place your images within an array of divs (real or functionally) so that you can rotate through them&lt;/p&gt;
&lt;p&gt;If you need more, let me know (I wrote a &#039;car race&#039; script that might help you along).&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Sun, 09 Dec 2001 18:27:23 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1095814 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/horizontal-scrolling-layer#comment-1095611</link>
    <description> &lt;p&gt;I assume you are talking about the scrolling image?&lt;/p&gt;
&lt;p&gt;No, I haven&#039;t seen a script like that. But then again, I haven&#039;t checked any dHTML sites recently...&lt;/p&gt;
&lt;p&gt;The closest thing to it that I&#039;ve seen is a somewhat similar one that, believe it or not, I made in Visual Basic &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;, and those annoying dHTML cursor trails. &lt;/p&gt;
&lt;p&gt;I guess that you could adapt the cursor script to this. It should be easier, seeing as the area is smaller, and only X co-ords are needed.&lt;/p&gt;
 </description>
     <pubDate>Thu, 06 Dec 2001 09:08:20 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1095611 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
