<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003186" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003186</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/dynamically-changing-bgcolor-td#comment-1014092</link>
    <description> &lt;p&gt;The problem you face with DHTML is the cross -browser incompatibility issues. Netscape does not allow you to change the background color of a cell dynamically.&lt;/p&gt;
&lt;p&gt;The only way to do this is to use layers. What you need to do is create a mouseOut layer and a mouseOver layer. Then create a script which can show &amp;amp; hide the mouseOver layer. It gets a bit complicated and is not the easiest thing to create. See  &lt;a href=&quot;http://www.brainjar.com&quot; class=&quot;bb-url&quot;&gt;www.brainjar.com&lt;/a&gt;  for an example.&lt;/p&gt;
&lt;p&gt;Alternatively you could use a javascript rollover script which uses images instead of tables.&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Jun 2000 06:19:00 +0000</pubDate>
 <dc:creator>Lloyd Hassell</dc:creator>
 <guid isPermaLink="false">comment 1014092 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/dynamically-changing-bgcolor-td#comment-1014090</link>
    <description> &lt;p&gt;Royalt,&lt;/p&gt;
&lt;p&gt;Here&#039;s an example of code that uses mouseovers to change the background color of table cells.  You can expand it to use for as many table cells as you like.  It will work with both IE and NS.  Hope this helps.&lt;/p&gt;
&lt;p&gt;Bob&lt;br /&gt;
*******************************************&lt;br /&gt;
&amp;lt;table cellspacing=0 cellpadding=0 border=yes&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
 &amp;lt;td width=250 style=&quot;background-color:lightblue&quot; align=left onMouseOver=&quot;this.style.backgroundColor=&#039;blue&#039;;&quot; onMouseOut=&quot;this.style.backgroundColor=&#039;lightblue&#039;;&quot;&amp;gt;&lt;br /&gt;
&amp;lt;ilayer&amp;gt;&lt;br /&gt;
&amp;lt;layer ID=&quot;1a2&quot; bgColor=&quot;lightblue&quot; width=&quot;100%&quot;&lt;br /&gt;
onMouseover=&quot;this.bgColor=&#039;blue&#039;;&quot; onMouseOut=&quot;this.bgColor=&#039;lightblue&#039;;&quot;&amp;gt;&lt;br /&gt;
table entry one&lt;br /&gt;
&amp;lt;/layer&amp;gt;&amp;lt;/ilayer&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
 &amp;lt;td width=250 style=&quot;background-color:lightblue&quot; align=left onMouseOver=&quot;this.style.backgroundColor=&#039;blue&#039;;&quot; onMouseOut=&quot;this.style.backgroundColor=&#039;lightblue&#039;;&quot;&amp;gt;&lt;br /&gt;
&amp;lt;ilayer&amp;gt;&lt;br /&gt;
&amp;lt;layer ID=&quot;1a2&quot; bgColor=&quot;lightblue&quot; width=&quot;100%&quot;&lt;br /&gt;
onMouseover=&quot;this.bgColor=&#039;blue&#039;;&quot; onMouseOut=&quot;this.bgColor=&#039;lightblue&#039;;&quot;&amp;gt;&lt;br /&gt;
table entry two&lt;br /&gt;
&amp;lt;/layer&amp;gt;&amp;lt;/ilayer&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
 &amp;lt;td width=250 style=&quot;background-color:lightblue&quot; align=left onMouseOver=&quot;this.style.backgroundColor=&#039;blue&#039;;&quot; onMouseOut=&quot;this.style.backgroundColor=&#039;lightblue&#039;;&quot;&amp;gt;&lt;br /&gt;
&amp;lt;ilayer&amp;gt;&lt;br /&gt;
&amp;lt;layer ID=&quot;1a2&quot; bgColor=&quot;lightblue&quot; width=&quot;100%&quot;&lt;br /&gt;
onMouseover=&quot;this.bgColor=&#039;blue&#039;;&quot; onMouseOut=&quot;this.bgColor=&#039;lightblue&#039;;&quot;&amp;gt;&lt;br /&gt;
    table entry three&lt;br /&gt;
&amp;lt;/layer&amp;gt;&amp;lt;/ilayer&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 11 Jun 2000 13:29:00 +0000</pubDate>
 <dc:creator>Bob</dc:creator>
 <guid isPermaLink="false">comment 1014090 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/dynamically-changing-bgcolor-td#comment-1014091</link>
    <description> &lt;p&gt;It seems rather inefficient to use CSS or layers and DHTML for something this simple, doesn&#039;t it?  Can&#039;t you just use a simple javascript?&lt;/p&gt;
&lt;p&gt;Sincerely,&lt;/p&gt;
&lt;p&gt;Vladislav Davidzon &amp;lt;davidzon@thinkhost.com&amp;gt;&lt;br /&gt;
Web hosting from $7/mo, domains for $15/year!&lt;br /&gt;
ThinkHost.Com Web Hosting Services &lt;a href=&quot;http://www.thinkhost.com&quot; class=&quot;bb-url&quot;&gt;http://www.thinkhost.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 11 Jun 2000 04:19:00 +0000</pubDate>
 <dc:creator>thinkhost</dc:creator>
 <guid isPermaLink="false">comment 1014091 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/dynamically-changing-bgcolor-td#comment-1014089</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;   Someone named &quot;Honnen...&quot; in the alt.javascript newsgroup has a 4/5 function script that works with NN4.  (if I find his link, I&#039;ll post it) It involves initializing each cell and capturing events with the onLoad.&lt;br /&gt;
   In contrast, IE is simple -- define divs and document.all.divID.style.bgColor = myColor;&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
my site:&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;br /&gt;
moderator at:&lt;a href=&quot;http://www.javaplace.co.uk&quot; class=&quot;bb-url&quot;&gt;The Javascript Place&lt;/a&gt;&lt;br /&gt;
&lt;A target=&quot;_blank&quot;&gt;Javascript City&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 10 Jun 2000 13:34:00 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1014089 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/dynamically-changing-bgcolor-td#comment-1014088</link>
    <description> &lt;p&gt;Just a note: based on my experiences, the dynamic td bgcolor changing only works in IE 4 and above.&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
R Smith&lt;br /&gt;
&lt;strong&gt;The XRS Network&lt;/strong&gt;&lt;br /&gt;
 &lt;a href=&quot;http://xrs.net/&quot; class=&quot;bb-url&quot;&gt;http://xrs.net/&lt;/a&gt;  &amp;#0124; &amp;#0124;  &lt;a href=&quot;mailto:xrs@xrs.net&quot; class=&quot;bb-email&quot;&gt;xrs@xrs.net&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 10 Jun 2000 03:23:00 +0000</pubDate>
 <dc:creator>xrs</dc:creator>
 <guid isPermaLink="false">comment 1014088 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/dynamically-changing-bgcolor-td#comment-1014087</link>
    <description> &lt;p&gt;Visit &lt;a href=&quot;http://www.westciv.com/style_master/academy/css_tutorial/index.html&quot; class=&quot;bb-url&quot;&gt;http://www.westciv.com/style_master/academy/css_tutorial/index.html&lt;/a&gt;  &lt;/p&gt;
&lt;p&gt;Excellent tutorial and everything you want to know about CSS and you can download their CSS editor to create any mouseover effects with the code automatically.&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
 </description>
     <pubDate>Sat, 10 Jun 2000 01:16:00 +0000</pubDate>
 <dc:creator>NSS</dc:creator>
 <guid isPermaLink="false">comment 1014087 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/dynamically-changing-bgcolor-td#comment-1014086</link>
    <description> &lt;p&gt;I have something that goes into that at:&lt;br /&gt;
 &lt;a href=&quot;http://www.pageresource.com/dhtml/jtut6.htm&quot; class=&quot;bb-url&quot;&gt;http://www.pageresource.com/dhtml/jtut6.htm&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Bad news is I&#039;ve been told it only works on one cell, I may have to try and go back to the drawing board on it.  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/mad.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Hope it helps some though.  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 09 Jun 2000 17:16:00 +0000</pubDate>
 <dc:creator>John Pollock</dc:creator>
 <guid isPermaLink="false">comment 1014086 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
