<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1020075" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1020075</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opera-and-netscape-dont-css-background-colors#comment-1122523</link>
    <description> &lt;p&gt;ok, lets forget the left side, I am more concerned with the top menu and the part that says Monthly Specials&lt;/p&gt;
&lt;p&gt;here is the code that I currently have set for the page. The .menubord is in between the  tags&lt;/p&gt;
&lt;p&gt;}&lt;br /&gt;
.menubord {&lt;br /&gt;
	border: 1px solid #003366;&lt;br /&gt;
	color: #003366;&lt;br /&gt;
	background-color: #6699CC;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;      &lt;a href=&quot;#&quot; class=&quot;nav&quot;&gt; Home&lt;/a&gt;&lt;br /&gt;
      &lt;a class=&quot;nav&quot;&gt;F.A.Q.&lt;/a&gt;&lt;br /&gt;
      &lt;a href=&quot;#&quot; class=&quot;nav&quot;&gt;Contact&lt;/a&gt;&lt;br /&gt;
       &lt;a href=&quot;#&quot; class=&quot;nav&quot;&gt;Privacy&lt;br /&gt;
          Policy&lt;/a&gt;&lt;br /&gt;
      &lt;a href=&quot;#&quot; class=&quot;nav&quot;&gt;Custome&lt;br /&gt;
          Servicer&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;here is the code for the Monthly Specials&lt;/p&gt;
&lt;p&gt;                          Monthly Specials&lt;/p&gt;
&lt;p&gt;thanks&lt;br /&gt;
Bryan&lt;/p&gt;
 </description>
     <pubDate>Wed, 01 Jan 2003 22:42:07 +0000</pubDate>
 <dc:creator>jag5311</dc:creator>
 <guid isPermaLink="false">comment 1122523 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opera-and-netscape-dont-css-background-colors#comment-1122392</link>
    <description> &lt;p&gt;Try adding a background-color:#??????; to your style, it may help &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Dec 2002 09:53:57 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1122392 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opera-and-netscape-dont-css-background-colors#comment-1122385</link>
    <description> &lt;p&gt;I have not looked at your code but try using the background shorthand code instead of the background-color code. This means it would be:&lt;br /&gt;
background: none #6699CC repeat scroll 0% 0%;&lt;/p&gt;
&lt;p&gt;Also. I beleive that some versions of NS 4 only support layer background colors like this:&lt;br /&gt;
layer-background-color: #6699CC;&lt;/p&gt;
&lt;p&gt;Hope that helps.&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Dec 2002 07:56:13 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1122385 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opera-and-netscape-dont-css-background-colors#comment-1122378</link>
    <description> &lt;p&gt;If it&#039;s just a background color, there is something wrong with your code, as that is supported (and well) in both Netscape and IE.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;.menubg {&lt;br /&gt;	background-image: url(images2/ssgbnew_r3_c1.jpg);&lt;br /&gt;	background-repeat: no-repeat;&lt;br /&gt;	background-position: left top;&lt;br /&gt;}&lt;br /&gt;.menubg2 {&lt;br /&gt;	background-image: url(images2/ssgbnew_r4_c1.jpg);&lt;br /&gt;	background-repeat: repeat;&lt;br /&gt;	background-position: left top;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;That&#039;s where you have backgrounds. No background-color at all.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;.menubord {&lt;br /&gt;	border: 1px solid #003366;&lt;br /&gt;	color: #003366;&lt;br /&gt;	background-color: #6699CC;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;This has a background-color, but there is nothing wrong with it. &lt;/p&gt;
&lt;p&gt;Everything else is in the HTML. If you want to use CSS, quite seriously, remove all HTML markup that should be done with CSS and put it all (as much as possible) in the stylesheet. Not only will it be easier to troubleshoot, it&#039;ll also work better.&lt;/p&gt;
&lt;p&gt;I don&#039;t see anywhere else you&#039;ve used background-color -- why not give a more specific example, or a snip of code?&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Dec 2002 05:04:54 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1122378 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opera-and-netscape-dont-css-background-colors#comment-1122375</link>
    <description> &lt;p&gt;Can you post the bit of code that&#039;s giving you this problem?&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Dec 2002 04:05:31 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1122375 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opera-and-netscape-dont-css-background-colors#comment-1122372</link>
    <description> &lt;p&gt;I don&#039;t understand what you mean by &quot;relative to the root url&quot;  because it isn&#039;t an image I am assigning, but a simple background color.&lt;/p&gt;
&lt;p&gt;I just need a little more description&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
Bryan&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Dec 2002 03:19:23 +0000</pubDate>
 <dc:creator>jag5311</dc:creator>
 <guid isPermaLink="false">comment 1122372 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opera-and-netscape-dont-css-background-colors#comment-1122366</link>
    <description> &lt;p&gt;I use a relative to root url for images in the CSS -- that usually resolves issues. N4.x looks for images relative to the CSS file, or is it relative to the .html file. I can&#039;t remember now, but relative to root is the best option all around, for the best results.&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Dec 2002 01:19:07 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1122366 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
