<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1020040" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1020040</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/could-someone-help-me-code#comment-1122196</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Suzanne &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;Peter, I&#039;m surprised at your response...&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;He was referring to the periods, not the quotation marks. &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I agree - and the webmasterforums.com does indeed have that code, it&#039;s for the side navigation and it changes the background color of each link onmouseover.  Such a thing could be handled in CSS rather than javascript, but to each his own.&lt;/p&gt;
&lt;p&gt;Tiffany&lt;/p&gt;
 </description>
     <pubDate>Tue, 24 Dec 2002 05:36:01 +0000</pubDate>
 <dc:creator>ShoelessNet</dc:creator>
 <guid isPermaLink="false">comment 1122196 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/could-someone-help-me-code#comment-1122183</link>
    <description> &lt;p&gt;Thanks, that clears a few things up.&lt;/p&gt;
&lt;p&gt;Bryan&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 Dec 2002 23:44:10 +0000</pubDate>
 <dc:creator>jag5311</dc:creator>
 <guid isPermaLink="false">comment 1122183 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/could-someone-help-me-code#comment-1122180</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by pmj7 &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;Is &lt;a href=&quot;http://www.webmasterforums.com&quot; class=&quot;bb-url&quot;&gt;webmasterforums.com&lt;/a&gt; a typo?  Neither this site, nor the one you list has the code you describe.  &#039;&quot;&#039; are called quotes, not periods.&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Peter, I&#039;m surprised at your response...&lt;/p&gt;
&lt;p&gt;He was referring to the periods, not the quotation marks.&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 Dec 2002 18:37:14 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1122180 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/could-someone-help-me-code#comment-1122175</link>
    <description> &lt;p&gt;.this.style.backgroundcolor=&quot;&quot;&lt;/p&gt;
&lt;p&gt;should actually be&lt;/p&gt;
&lt;p&gt;this.style.backgroundcolor=&quot;&quot;;&lt;/p&gt;
&lt;p&gt;&quot;this&quot; - the current element on the page, in your case its a tr.&lt;br /&gt;
&quot;style&quot; - the object of style refers to the css properties of the element &quot;this&quot;.  So &quot;this.style&quot; gets all of the css properties of the element .&lt;br /&gt;
&quot;backgroundColor&quot; this is the property of the background color. &lt;/p&gt;
&lt;p&gt;The periods between all the objects just show that you are becoming more specific.  (Starting off with all the properties of the object -&amp;gt; going to just the css properties -&amp;gt; going to just the backgroundColor css property.&lt;/p&gt;
&lt;p&gt;Hope that helps. Sorry its not so clear.&lt;/p&gt;
&lt;p&gt;-dk&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 Dec 2002 17:54:03 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1122175 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/could-someone-help-me-code#comment-1122172</link>
    <description> &lt;p&gt;Is &lt;a href=&quot;http://www.webmasterforums.com&quot; class=&quot;bb-url&quot;&gt;webmasterforums.com&lt;/a&gt; a typo?  Neither this site, nor the one you list has the code you describe.  &#039;&quot;&#039; are called quotes, not periods.&lt;/p&gt;
&lt;p&gt;I&#039;d suggest you visit &lt;a href=&quot;http://www.irt.org&quot; class=&quot;bb-url&quot;&gt;http://www.irt.org&lt;/a&gt; and read up on JavaScript, they probably have something on menus there.  You should never rely on JavaScript to do something, because a visitor&#039;s browser might not support it or even have it turned off.  The one advantage of using JavaScript to create your navigation is that you can update it by changing a single file.  If you don&#039;t have server support (PHP, etc), then this is the only way it can be done without frames.&lt;/p&gt;
&lt;p&gt;Peter&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 Dec 2002 17:22:40 +0000</pubDate>
 <dc:creator>pmj7</dc:creator>
 <guid isPermaLink="false">comment 1122172 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
