<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003211" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003211</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/changing-bgcolor-specific-heading-table#comment-1014183</link>
    <description> &lt;p&gt;Here&#039;s a nice one for you. Here&#039;s a script that will allow you to change the table background color on mouse over. Found at &lt;a href=&quot;http://www.dynamicdrive.com&quot; class=&quot;bb-url&quot;&gt;www.dynamicdrive.com&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&amp;lt;script language=&quot;JavaScript1.2&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;/*&lt;br /&gt;
Highlight Table Cells Script&lt;br /&gt;
Last updated: 99/01/21&lt;br /&gt;
© Dynamic Drive (&lt;a href=&quot;http://www.dynamicdrive.com&quot; title=&quot;www.dynamicdrive.com&quot;&gt;www.dynamicdrive.com&lt;/a&gt;)&lt;br /&gt;
For full source code, installation instructions,&lt;br /&gt;
100&#039;s more DHTML scripts, and Terms Of&lt;br /&gt;
Use, visit dynamicdrive.com&lt;br /&gt;
*/&lt;/p&gt;
&lt;p&gt;function changeto(highlightcolor){&lt;br /&gt;
source=event.srcElement&lt;br /&gt;
if (source.tagName==&quot;TR&quot;&amp;#0124; &amp;#0124;source.tagName==&quot;TABLE&quot;)&lt;br /&gt;
return&lt;br /&gt;
while(source.tagName!=&quot;TD&quot;)&lt;br /&gt;
source=source.parentElement&lt;br /&gt;
if (source.style.backgroundColor!=highlightcolor&amp;amp;&amp;amp;source.id!=&quot;ignore&quot;)&lt;br /&gt;
source.style.backgroundColor=highlightcolor&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;function changeback(originalcolor){&lt;br /&gt;
if (event.fromElement.contains(event.toElement)&amp;#0124; &amp;#0124;source.contains(event.toElement)&amp;#0124; &amp;#0124;source.id==&quot;ignore&quot;)&lt;br /&gt;
return&lt;br /&gt;
if (event.toElement!=source)&lt;br /&gt;
source.style.backgroundColor=originalcolor&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;Then use the tag below in your table tags.&lt;/p&gt;
&lt;p&gt;&amp;lt;td align=&quot;left&quot; valign=&quot;middle&quot; onMouseover=&quot;changeto(&#039;color1&#039;)&quot; onMouseout=&quot;changeback(&#039;color2&#039;)&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;Enjoy playing with this opne  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/biggrin.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
KeithMcL&lt;br /&gt;
Soon to come,&lt;br /&gt;
webmasterswork.com&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Jun 2000 04:56:00 +0000</pubDate>
 <dc:creator>KeithMcL</dc:creator>
 <guid isPermaLink="false">comment 1014183 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/changing-bgcolor-specific-heading-table#comment-1014182</link>
    <description> &lt;p&gt;You need to change the background color of your table data cell. the format is&lt;/p&gt;
&lt;p&gt;code:---------&lt;/p&gt;
&lt;p&gt;&amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td bgcolor=&quot;Black&quot;&amp;gt;&lt;br /&gt;
This is just dumb info to fill the table&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;/p&gt;
&lt;p&gt;the key is &quot;bgcolor=&quot;Black&quot;&quot; just edit that with your designated color and you got a painted table background.&lt;/p&gt;
&lt;p&gt;I have found that sometimes older versions of netscape don&#039;t like to show the bgcolor. So on occasion I use a 1x1 pixel image and tile it for my bgcolor.&lt;/p&gt;
&lt;p&gt;Just some extra info.&lt;br /&gt;
VulKen&lt;br /&gt;
&lt;strong&gt;Keepin&#039; It Realistic&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 19 Jun 2000 15:20:00 +0000</pubDate>
 <dc:creator>Ken Elliott</dc:creator>
 <guid isPermaLink="false">comment 1014182 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
