<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1015445" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1015445</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/image-rollovers#comment-1089960</link>
    <description> &lt;p&gt;Hi jo,&lt;/p&gt;
&lt;p&gt;  Glad you&#039;re another satisfied customer &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Sep 2001 16:28:29 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1089960 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/image-rollovers#comment-1089937</link>
    <description> &lt;p&gt;Ok, spent all weekend on it - finally got it to work and my manager is now off my back!!&lt;/p&gt;
&lt;p&gt;Thanks for your help&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Sep 2001 11:37:39 +0000</pubDate>
 <dc:creator>jocanning</dc:creator>
 <guid isPermaLink="false">comment 1089937 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/image-rollovers#comment-1089765</link>
    <description> &lt;p&gt;Hi jo,&lt;/p&gt;
&lt;p&gt;  Good &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;  Let me know how it goes -- post here; the people here are better than those at sitepoint &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;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Sep 2001 17:18:40 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1089765 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/image-rollovers#comment-1089667</link>
    <description> &lt;p&gt;I&#039;m looking through those two sites and hopefully they&#039;ll help - I just need to slow down a bit and learn it properly!!&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Sep 2001 15:15:52 +0000</pubDate>
 <dc:creator>jocanning</dc:creator>
 <guid isPermaLink="false">comment 1089667 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/image-rollovers#comment-1089664</link>
    <description> &lt;p&gt;Hi jo,&lt;/p&gt;
&lt;p&gt;  Yep, I&#039;ve been cloned &amp;amp; recloned &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;  &lt;/p&gt;
&lt;p&gt;  As I said at sitepoint (&amp;amp; would say at javascriptCity, if you had posted there), you have multiple versions of rollover scripts -- none of which you are calling.  The &quot;MM&quot; code is (I believe) dreamweaver code.  The rest from somewhere else.  Check out the rollover tutorials at:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.htmlgoodies.com&quot; class=&quot;bb-url&quot;&gt;http://www.htmlgoodies.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.javascriptcity.com&quot; class=&quot;bb-url&quot;&gt;http://www.javascriptcity.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The following makes no syntactical sense&lt;/p&gt;
&lt;p&gt;onMouseOver = &quot; blank.src = about.src; ....&lt;/p&gt;
&lt;p&gt;the right side of an assignment (about.src) is supposed to be a &#039;value&#039;; therefore, in this case it would have to be a string. For example, &#039;somepic.gif&#039;&lt;br /&gt;
the left side of the assignment (blank.src) is supposed to be part of the DOM (document object model); therefore, that should be something like:&lt;br /&gt;
  document.images[&#039;blank&#039;].src&lt;br /&gt;
which is why you have rollover functions.  So, the mouseover should actually look more like this:&lt;/p&gt;
&lt;p&gt;onMouseover = &quot;rollover(&#039;blank&#039;, &#039;about&#039;).....&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Sep 2001 14:47:26 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1089664 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/image-rollovers#comment-1089655</link>
    <description> &lt;p&gt;Hi Vincent,&lt;/p&gt;
&lt;p&gt;That didn&#039;t make any difference - by the way are you also at SitePoint or are there two of you??&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Sep 2001 10:58:36 +0000</pubDate>
 <dc:creator>jocanning</dc:creator>
 <guid isPermaLink="false">comment 1089655 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/image-rollovers#comment-1089511</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;  quick glance guess:  &quot;%20&quot;&lt;br /&gt;
Rename the dirs with underscore&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 Sep 2001 00:25:43 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1089511 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/image-rollovers#comment-1089438</link>
    <description> &lt;p&gt;It&#039;s on its way&quot;&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Sep 2001 16:11:46 +0000</pubDate>
 <dc:creator>jocanning</dc:creator>
 <guid isPermaLink="false">comment 1089438 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/image-rollovers#comment-1089429</link>
    <description> &lt;p&gt;Open the page in your browser and File Save As to a folder on your desktop saving the images with it.&lt;/p&gt;
&lt;p&gt;Zip it up and e-mail it to me at &lt;a href=&quot;mailto:REMOVED TO PROTECT THE MASSES&quot; class=&quot;bb-email&quot;&gt;REMOVED TO PROTECT THE MASSES&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I will be able to see what is not working faster.&lt;/p&gt;
&lt;p&gt;K&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Sep 2001 15:13:37 +0000</pubDate>
 <dc:creator>Keegan</dc:creator>
 <guid isPermaLink="false">comment 1089429 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/image-rollovers#comment-1089427</link>
    <description> &lt;p&gt;I can&#039;t post the URL as it&#039;s for my intranet at work.  Also, it isn&#039;t coming up with any error problems but the rollover image isn&#039;t showing up either&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Sep 2001 15:04:41 +0000</pubDate>
 <dc:creator>jocanning</dc:creator>
 <guid isPermaLink="false">comment 1089427 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
