<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002246" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002246</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/images-and-javascript-changing-image-using-mouseover-command#comment-1009965</link>
    <description> &lt;p&gt;I sure do it is &lt;a href=&quot;http://www.jitis.com&quot; title=&quot;www.jitis.com&quot;&gt;www.jitis.com&lt;/a&gt;. I am having a problem with i though. It works well with IE howvever when tested on Netscape 4.5 None of the javascript works. Any ideas? I checked it with browser compatability software (Browserola) and it works fine however thepublished version doesn&#039;t work?&lt;/p&gt;
 </description>
     <pubDate>Tue, 25 May 1999 03:17:00 +0000</pubDate>
 <dc:creator>cldennis</dc:creator>
 <guid isPermaLink="false">comment 1009965 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/images-and-javascript-changing-image-using-mouseover-command#comment-1009964</link>
    <description> &lt;p&gt;cldennis,&lt;/p&gt;
&lt;p&gt;You got the script in use yet? I would like to see it.&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
My goal in life is found in Phillipians 4:8-9&lt;/p&gt;
 </description>
     <pubDate>Sun, 23 May 1999 01:49:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1009964 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/images-and-javascript-changing-image-using-mouseover-command#comment-1009963</link>
    <description> &lt;p&gt;Yep, you&#039;re right.&lt;br /&gt;
You really have talent at designing catchy websites you know!&lt;br /&gt;
JP&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
The Webmaster Promotion and Resource Center.&lt;br /&gt;
&lt;a href=&quot;http://www.what-next.com&quot; class=&quot;bb-url&quot;&gt;http://www.what-next.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 May 1999 23:07:00 +0000</pubDate>
 <dc:creator>JP Stones</dc:creator>
 <guid isPermaLink="false">comment 1009963 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/images-and-javascript-changing-image-using-mouseover-command#comment-1009962</link>
    <description> &lt;p&gt;Thanks. It did the trick.&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 May 1999 03:04:00 +0000</pubDate>
 <dc:creator>cldennis</dc:creator>
 <guid isPermaLink="false">comment 1009962 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/images-and-javascript-changing-image-using-mouseover-command#comment-1009961</link>
    <description> &lt;p&gt;JP&lt;/p&gt;
&lt;p&gt;Give it LOTS of time. When you go to the second pages your JVM has to start up. Takes lots of time &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; The site was not designed to ever be active, just a wiz bang see what we can do site.&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
My goal in life is found in Phillipians 4:8-9&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 May 1999 00:31:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1009961 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/images-and-javascript-changing-image-using-mouseover-command#comment-1009960</link>
    <description> &lt;p&gt;Jim, I tried to have a look at your new projects but noting loads up in the windows for individual projects...&lt;br /&gt;
JP&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
The Webmaster Promotion and Resource Center.&lt;br /&gt;
&lt;a href=&quot;http://www.what-next.com&quot; class=&quot;bb-url&quot;&gt;http://www.what-next.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 21 May 1999 17:24:00 +0000</pubDate>
 <dc:creator>JP Stones</dc:creator>
 <guid isPermaLink="false">comment 1009960 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/images-and-javascript-changing-image-using-mouseover-command#comment-1009956</link>
    <description> &lt;p&gt;this works of you always use the same image-number in the script:&lt;/p&gt;
&lt;p&gt;function changepic(picture)&lt;br /&gt;
{&lt;br /&gt;
window.document.images[number of the image].src = picture.src;&lt;/p&gt;
&lt;p&gt;then call the script with onMouseOver =&amp;quot;changepic(Highlight1)&amp;quot;&lt;/p&gt;
&lt;p&gt;the rest is like programming any other mouseover effect, you only have to obey, not to change the number of the image!&lt;/p&gt;
&lt;p&gt;cu&lt;br /&gt;
patrick&lt;/p&gt;
&lt;p&gt;ps: did i ever mention, i hate this nasty little window to type in?!? &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;&lt;/p&gt;
 </description>
     <pubDate>Fri, 21 May 1999 03:53:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1009956 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/images-and-javascript-changing-image-using-mouseover-command#comment-1009955</link>
    <description> &lt;p&gt;Here is the situation. I have an image that I want to change depending on which navagational button the mouse is over. There are four buttons. Here is my problem. I want to start with one image and then have that image change as I move my mouse over each button. So the original image can change four different times. Is it possible to do this with mouseover?&lt;/p&gt;
 </description>
     <pubDate>Fri, 21 May 1999 03:33:00 +0000</pubDate>
 <dc:creator>cldennis</dc:creator>
 <guid isPermaLink="false">comment 1009955 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/images-and-javascript-changing-image-using-mouseover-command#comment-1009959</link>
    <description> &lt;p&gt;I have an example of what you want at&lt;br /&gt;
&lt;a href=&quot;http://www.discoverynet.com/~tekguy&quot; class=&quot;bb-url&quot;&gt;discoverynet.com/~tekguy&lt;/a&gt; I don&#039;t remember which page it is but I think it is the woofaroni page. The javascript for the sound causes the page to load slow the first time you load it but is fast after that. If you want a page with just the images on it let me know.&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
My goal in life is found in Phillipians 4:8-9&lt;/p&gt;
 </description>
     <pubDate>Thu, 20 May 1999 23:17:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1009959 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/images-and-javascript-changing-image-using-mouseover-command#comment-1009958</link>
    <description> &lt;p&gt;i&#039;ll will send it to you via e-mail, this boxes are driving me mad.......&lt;/p&gt;
 </description>
     <pubDate>Thu, 20 May 1999 19:24:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1009958 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
