<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003042" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003042</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/rollover-events-using-image-ready-ie#comment-1013439</link>
    <description> &lt;p&gt;LIoyd:&lt;/p&gt;
&lt;p&gt;Thanks for your reply.  I was able to solve the problem.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;br /&gt;
AB&lt;/p&gt;
 </description>
     <pubDate>Tue, 04 Apr 2000 19:47:00 +0000</pubDate>
 <dc:creator>AB Carroll</dc:creator>
 <guid isPermaLink="false">comment 1013439 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/rollover-events-using-image-ready-ie#comment-1013438</link>
    <description> &lt;p&gt;I wouldnt rely on a program to generate script. Always hand code it yourself so you know what is going on.&lt;/p&gt;
&lt;p&gt;Here is the code I use for rollovers:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;code:&lt;/p&gt;
&lt;pre&gt;
// preload
if (document.images) {
   IMG1_over = new Image();
   IMG1_over.src = &quot;URL&quot;;
   IMG1_out = new Image();
   IMG1_out.src = &quot;URL&quot;;
   }

// HEAD script
function mouseOver(SRC) {
   if (document.images) {
      document[SRC].src = eval(SRC + &quot;_over.src&quot;);
      }
   }

function mouseOut(SRC) {
   if (document.images) {
      document[SRC].src = eval(SRC + &quot;_out.src&quot;);
      }
   }

// IMG tag
&amp;lt;a href=&quot;&quot;
onMouseOver=&quot;javascript:mouseOver(&#039;IMG1&#039;)&quot;
onMouseOut=&quot;javascript:mouseOut(&#039;IMG1&#039;)&quot;&amp;gt;&amp;lt;img
src=&quot;&quot;
name=&quot;IMG1&quot;&amp;gt;&amp;lt;/a&amp;gt;
[/code] &lt;/pre&gt;&lt;/blockquote&gt;</description>
     <pubDate>Fri, 31 Mar 2000 03:46:00 +0000</pubDate>
 <dc:creator>Lloyd Hassell</dc:creator>
 <guid isPermaLink="false">comment 1013438 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/rollover-events-using-image-ready-ie#comment-1013437</link>
    <description>  </description>
     <pubDate>Thu, 30 Mar 2000 18:39:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1013437 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
