<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1039399" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1039399</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-newbie-help#comment-1223402</link>
    <description> &lt;p&gt;this is kinda off topic, but your homepage paragraph doesnt align properly in IE6, it&#039;s too big and shows up under the yellow space.  Maybe you can use % to set the width of your layout.&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Aug 2007 21:34:14 +0000</pubDate>
 <dc:creator>sitesupport</dc:creator>
 <guid isPermaLink="false">comment 1223402 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-newbie-help#comment-1223401</link>
    <description> &lt;p&gt;mscreashuns, I&#039;m glad you posted the real cause of the problem as I looked at that line of code but didn&#039;t know it was wrong, so I learned something too. &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;
&lt;p&gt;ncriptide, while my solution wasn&#039;t technically wrong, mscreashun&#039;s is best. (as you can probably see. :blush: )&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Aug 2007 21:21:49 +0000</pubDate>
 <dc:creator>Magenta</dc:creator>
 <guid isPermaLink="false">comment 1223401 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-newbie-help#comment-1223328</link>
    <description> &lt;p&gt;Just so you know, the actual reason (although the solution Magenta provided works) that it was displaying horizontally was because of this declaration:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;div#headNav ul, li {&lt;br /&gt;	padding: 3px 15px;&lt;br /&gt;	list-style: none;&lt;br /&gt;	display: inline;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
Because of the &#039;,&#039; you have used, all &lt;strong&gt;li&lt;/strong&gt; elements are displayed inline. Instead, you could do&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;div#headNav ul, div#headNav li&lt;br /&gt;...&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
to prevent the horizontal orientation.&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Aug 2007 20:36:39 +0000</pubDate>
 <dc:creator>mscreashuns</dc:creator>
 <guid isPermaLink="false">comment 1223328 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-newbie-help#comment-1223321</link>
    <description> &lt;p&gt;THAT&#039;S IT!&lt;/p&gt;
&lt;p&gt;Thanks so much. Probably a beginner mistake, but it has taken me all day. &lt;/p&gt;
&lt;p&gt;Thanks for your help - I owe you.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Aug 2007 17:51:04 +0000</pubDate>
 <dc:creator>ncriptide</dc:creator>
 <guid isPermaLink="false">comment 1223321 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-newbie-help#comment-1223318</link>
    <description> &lt;p&gt;As a newbie myself, I&#039;m reluctant to answer other people&#039;s questions but I think I may have figured out the problem. It may have something to do with the default display for
&lt;li&gt;. I added the following code to your css and the lists displayed properly, ie: a vertical column.&lt;/li&gt;&lt;/p&gt;
&lt;p&gt;div#services ul li {&lt;br /&gt;
     display: block;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;div#physicians ul li {&lt;br /&gt;
     display: block;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;(Oooh, I hope I got this right. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;  )&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Aug 2007 15:59:14 +0000</pubDate>
 <dc:creator>Magenta</dc:creator>
 <guid isPermaLink="false">comment 1223318 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
