<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1037442" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1037442</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/more-css-be-fixed#comment-1214755</link>
    <description> &lt;p&gt;Thanks for such a tall claim (css guru)... just holler if you encounter anything else...&lt;/p&gt;
 </description>
     <pubDate>Fri, 09 Feb 2007 03:50:23 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1214755 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/more-css-be-fixed#comment-1214719</link>
    <description> &lt;p&gt;Ah! &quot;Transparent&quot; was the piece of info I was missing. Well, plus the method for directly accessing the ul with the tabs class. Demonhale, you are quite the CSS guru!&lt;/p&gt;
&lt;p&gt;Here&#039;s what I ended up adding:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#main ul.tabs {&lt;br /&gt;	padding: 10px 0px 0px 0px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#main ul.tabs li {&lt;br /&gt;	background: transparent;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 Feb 2007 14:16:28 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1214719 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/more-css-be-fixed#comment-1214706</link>
    <description> &lt;p&gt;Oh yes, didn&#039;t look at the code properly, should be:&lt;/p&gt;
&lt;p&gt;#main ul {&lt;br /&gt;
list-style:none;&lt;br /&gt;
}&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 Feb 2007 03:40:05 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1214706 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/more-css-be-fixed#comment-1214701</link>
    <description> &lt;p&gt;Id like to explain for the benefit of those still learning css...&lt;/p&gt;
&lt;p&gt;On renegades suggestion it wouldn&#039;t work, since the breadcrumb class is outside the &quot;li&quot; tag used, the class for that &quot;li&quot; is called &quot;tabs&quot; right? But then the whole class &quot;tabs&quot; semantically speaking is inside the general id &quot;#main&quot;...&lt;/p&gt;
&lt;p&gt;So for renegades second suggestion of giving it it&#039;s own id, wouldn&#039;t still really work flawlessly since adding any class or id inside the &quot;#main&quot; div call doesn&#039;t override the &quot;#main li&quot; call which makes still all the background for all list items inside the &quot;#main&quot; id.&lt;/p&gt;
&lt;p&gt;The solution is easy, since you know that every other list items is included inside the &quot;#main&quot; id, and the problem you mentioned is uniquely tagged for a class &quot;tabs&quot; then just call those id and class to reset the background to nothing (see the semantics);&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#main ul.tabs li{&lt;br /&gt;background:transparent;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;add to the tands.css document and that area gets fixed...&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 Feb 2007 03:14:46 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1214701 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/more-css-be-fixed#comment-1214696</link>
    <description> &lt;p&gt;Try this:&lt;/p&gt;
&lt;p&gt;.breadcrumb ul {&lt;br /&gt;
list-style:none;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;If that doesn&#039;t work, try giving the div it&#039;s own ID.&lt;/p&gt;
 </description>
     <pubDate>Wed, 07 Feb 2007 22:25:57 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1214696 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
