<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1032794" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1032794</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-issues-i-was-doing-so-well-too#comment-1192336</link>
    <description> &lt;p&gt;Doing tables in CSS sucks, not only my opinion, but lots of others as well. If you are going to use tables use html tables, no browser has a problem with this. Use CSS for other mark-up, but not tables.   &lt;/p&gt;
&lt;p&gt;It&#039;s not about trying to impress others by the complicated code we use, it&#039;s about what works with the least trouble.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 01 Feb 2006 22:07:00 +0000</pubDate>
 <dc:creator>steve40</dc:creator>
 <guid isPermaLink="false">comment 1192336 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-issues-i-was-doing-so-well-too#comment-1191847</link>
    <description> &lt;p&gt;To get rid of bullets try:&lt;/p&gt;
&lt;p&gt;ul {&lt;br /&gt;
list-style:none;&lt;br /&gt;
}&lt;/p&gt;
 </description>
     <pubDate>Sat, 28 Jan 2006 04:10:41 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1191847 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-issues-i-was-doing-so-well-too#comment-1191822</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: There&#039;s a lot of errors in the code too - like ul&#039;s with no li&#039;s&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Why &lt;em&gt;are&lt;/em&gt; you using the
&lt;ul&gt; tag there?  all it does is create an indent (which you counteracted with your css anyway) and a line break... how about just using  ?&lt;/ul&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 28 Jan 2006 00:35:43 +0000</pubDate>
 <dc:creator>mikehannon</dc:creator>
 <guid isPermaLink="false">comment 1191822 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-issues-i-was-doing-so-well-too#comment-1191819</link>
    <description> &lt;p&gt;Ahh, I will try that when I get back to work...  As for lacking the li&#039;s...  I couldn&#039;t get the bullets to go away.  That was a problem I was going to tackle after the one at hand.  Thanks guys.&lt;/p&gt;
 </description>
     <pubDate>Fri, 27 Jan 2006 23:12:59 +0000</pubDate>
 <dc:creator>robbluther</dc:creator>
 <guid isPermaLink="false">comment 1191819 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-issues-i-was-doing-so-well-too#comment-1191808</link>
    <description> &lt;p&gt;That might be enough to do it!  There&#039;s a lot of errors in the code too - like ul&#039;s with no li&#039;s. That wouldn&#039;t be causing this particular problem but cauld cause other ones.&lt;/p&gt;
 </description>
     <pubDate>Fri, 27 Jan 2006 20:17:54 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1191808 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-issues-i-was-doing-so-well-too#comment-1191805</link>
    <description> &lt;p&gt;This might not be causing the problem but i spotted an error in you css...&lt;/p&gt;
&lt;p&gt;#subMenu {&lt;br /&gt;
background-image:url(images/pageElements/subLink_BG.jpg);&lt;br /&gt;
background-repeat:repeat-y;&lt;br /&gt;
position:absolute;&lt;strong&gt;&#039;&lt;/strong&gt;&lt;br /&gt;
margin:0px;&lt;br /&gt;
text-indent:7px;&lt;br /&gt;
padding-left:7px;&lt;br /&gt;
font-size:12px;&lt;br /&gt;
font-weight:bolder;&lt;br /&gt;
left:520px;&lt;br /&gt;
top:0px;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;notice the apostrophe?  i&#039;m pretty sure that shouldnt be there....&lt;/p&gt;
 </description>
     <pubDate>Fri, 27 Jan 2006 19:36:05 +0000</pubDate>
 <dc:creator>mikehannon</dc:creator>
 <guid isPermaLink="false">comment 1191805 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-issues-i-was-doing-so-well-too#comment-1191793</link>
    <description> &lt;p&gt;Try floating isntead of absolutely positioning those things. That would be a lot easlier.&lt;/p&gt;
 </description>
     <pubDate>Fri, 27 Jan 2006 16:49:34 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1191793 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
