<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002998" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002998</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/onmouseover-netscape-problem#comment-1013232</link>
    <description> &lt;p&gt;The reason your image will not change in NN is because you are using layers (or DIV&#039;s). Netscape considers a layer as a document within a document so you must reference it like that.&lt;/p&gt;
&lt;p&gt;eg.&lt;br /&gt;
document.layers[LAYER NAME].document.PROPERTY&lt;/p&gt;
&lt;p&gt;Change the &quot;change1&quot; function to the following:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;code:&lt;/p&gt;
&lt;pre&gt;function change1(picName,imgName) {
   if (document.all) {
      document.[picName].src = eval(imgName + &quot;.src&quot;);
      }
   if (document.layers) {
      document.layers[&quot;message&quot;].document[picName].src = eval(imgName + &quot;.src&quot;);;
      }
   }[/code]

You could always achieve the same positioning effect without using absolutely positioned layers. You could either use a table or use images that piece together to make one big image.

This way older browsers will still see your site however the rollovers wont work.

[This message has been edited by Lloyd Hassell (edited 22 March 2000).] &lt;/pre&gt;&lt;/blockquote&gt;</description>
     <pubDate>Wed, 22 Mar 2000 05:26:00 +0000</pubDate>
 <dc:creator>Lloyd Hassell</dc:creator>
 <guid isPermaLink="false">comment 1013232 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
