<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002843" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002843</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/change-bg-onmoueover#comment-1012550</link>
    <description> &lt;p&gt;ok i tried all the possibilities given, there was no way to do it in NN... i start to think it&#039;s really unsupported in NN...&lt;br /&gt;
but still, i&#039;m open for your suggestions. thnx!  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/wink.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 31 Jan 2000 14:14:00 +0000</pubDate>
 <dc:creator>merlin</dc:creator>
 <guid isPermaLink="false">comment 1012550 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/change-bg-onmoueover#comment-1012549</link>
    <description> &lt;p&gt;Hi Ali,&lt;/p&gt;
&lt;p&gt;   fiddled with it today, still no go (for nn).  I&#039;m beginning to think I remember it&#039;s unsupported in ver 4 &amp;amp; down, but that may just be a wish for an alibi on my part. Part of the problem is that it refuses to recognize the source. I even tried source.document.bgColor with no luck. Either Netscape doesn&#039;t support changing the property, or I&#039;m a bit thick-headed.&lt;/p&gt;
&lt;p&gt;btw: isOk is defined as ie4+ browser&lt;/p&gt;
&lt;p&gt;Vinny &lt;a href=&quot;http://members.aol.com/grassblad&quot; class=&quot;bb-url&quot;&gt; GrassBlade: cut&amp;amp;paste javascript&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;[This message has been edited by Vincent Puglia (edited 29 January 2000).]&lt;/p&gt;
 </description>
     <pubDate>Sat, 29 Jan 2000 22:12:00 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1012549 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/change-bg-onmoueover#comment-1012548</link>
    <description> &lt;p&gt;is there no possibility to do it in N? it&#039;s for internal use in our company and all of us  have N, not IE...&lt;/p&gt;
 </description>
     <pubDate>Sat, 29 Jan 2000 16:07:00 +0000</pubDate>
 <dc:creator>merlin</dc:creator>
 <guid isPermaLink="false">comment 1012548 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/change-bg-onmoueover#comment-1012547</link>
    <description> &lt;p&gt;Hi, It can be done in IE and you can see an example of it here if you&#039;re interested.&lt;br /&gt;
 &lt;a href=&quot;http://homes.arealcity.com/themanor/scripts/cellchanger.html&quot; class=&quot;bb-url&quot;&gt;http://homes.arealcity.com/themanor/scripts/cellchanger.html&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;good luck.&lt;br /&gt;
Ian&lt;/p&gt;
 </description>
     <pubDate>Sat, 29 Jan 2000 13:36:00 +0000</pubDate>
 <dc:creator>Ian</dc:creator>
 <guid isPermaLink="false">comment 1012547 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/change-bg-onmoueover#comment-1012546</link>
    <description> &lt;p&gt;thnx vincent&lt;br /&gt;
i&#039;ll try it on monday...&lt;/p&gt;
 </description>
     <pubDate>Sat, 29 Jan 2000 11:30:00 +0000</pubDate>
 <dc:creator>merlin</dc:creator>
 <guid isPermaLink="false">comment 1012546 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/change-bg-onmoueover#comment-1012545</link>
    <description> &lt;p&gt;Hi Ali,&lt;/p&gt;
&lt;p&gt;   I&#039;ve managed to do it with IE with dHTML, but NN doesn&#039;t like it. (haven&#039;t had time to play with it lately)&lt;/p&gt;
&lt;p&gt;function swapColor(cell, switchOn)&lt;br /&gt;
{&lt;br /&gt;
  source = (isOk) ?  document.all[cell] : document.layers[cell];&lt;br /&gt;
  if (switchOn == true) source.bgColor = &#039;#66ff66&#039;;&lt;br /&gt;
  else if (switchOn == false)  source.bgColor = document.bgColor;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt; &amp;lt;td id=&quot;cellB0&quot; onMouseOver=&quot;return swapColor(&#039;cellB0&#039;,true)&quot;&lt;br /&gt;
                 onMouseOut=&quot;return swapColor(&#039;cellB0&#039;,false)&quot;&amp;gt;cell contents&amp;lt;/td&amp;gt;&lt;/p&gt;
&lt;p&gt;Hope this helps (and makes up for the confusion with css)&lt;/p&gt;
&lt;p&gt;Vinny &lt;a href=&quot;http://members.aol.com/grassblad&quot; class=&quot;bb-url&quot;&gt;GrassBlade:cut&amp;amp;paste javascript&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 29 Jan 2000 02:10:00 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1012545 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
