<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1024328" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1024328</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/two-css-problems#comment-1148909</link>
    <description> &lt;p&gt;It&#039;s only IE6 that has the problems? Check the CSS Wiki or their help list. Usually errors of this sort require adjusting the widths until things work. Chrome may be part of the cause (interface) -- exact widths can be iffy.&lt;/p&gt;
 </description>
     <pubDate>Mon, 05 Apr 2004 03:52:35 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1148909 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/two-css-problems#comment-1148899</link>
    <description> &lt;p&gt;Thanks Suzanne.  I was under the impression that only IE5 added the padding to the width, but it sounds like my impression is wrong.  If so, then I&#039;m thinking I need to apply one of the Box Model Hacks.  Right?&lt;/p&gt;
&lt;p&gt;Frank&lt;/p&gt;
 </description>
     <pubDate>Sun, 04 Apr 2004 23:09:07 +0000</pubDate>
 <dc:creator>FrankJohnson</dc:creator>
 <guid isPermaLink="false">comment 1148899 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/two-css-problems#comment-1148892</link>
    <description> &lt;p&gt;Sadly, yes. The padding does that because IE including the padding as part of the width of the box (incorrectly).&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.css-discuss.org/&quot; class=&quot;bb-url&quot;&gt;http://www.css-discuss.org/&lt;/a&gt; has a nice Wiki with oodles of solutions that will work hopefully for your situation.&lt;/p&gt;
&lt;p&gt;I should have mentioned previously (I tend to be terse or verbose, rarely betwixt those states!) that actual headings are block level elements, so they would take widths. Inline elements do not because they are, well, inline.&lt;/p&gt;
&lt;p&gt;Semantically using headings is a better choice, but you may also choose to use inline elements set to display as block level elements (and v.v.) to good effect for some situations, as with navigation lists.&lt;/p&gt;
 </description>
     <pubDate>Sun, 04 Apr 2004 20:23:53 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1148892 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Now One CSS Problem</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/two-css-problems#comment-1148886</link>
    <description> &lt;p&gt;Suzanne:&lt;/p&gt;
&lt;p&gt;Thanks so much for your quick reply.  The second problem (with the gray header backgrounds not taking up the entire width of each box) was fixed by your suggestion.  The first problem (centering the content) doesn&#039;t seem to be working, though, at least not completely.&lt;/p&gt;
&lt;p&gt;Here are what I think are the relevant selectors from my style sheet:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#container {&lt;br /&gt;	width: 760px;&lt;br /&gt;	margin: auto;&lt;br /&gt;	padding: 0px;&lt;br /&gt;	background-image: url(/images/container_background.gif);&lt;br /&gt;	background-color: black;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#content {&lt;br /&gt;	padding: 10px;&lt;br /&gt;	margin-top: 0px;&lt;br /&gt;	margin-right: 200px;&lt;br /&gt;	background-color: white;&lt;br /&gt;	text-align : left;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;body {&lt;br /&gt;	font-family : Verdana, Arial, Helvetica, sans-serif;&lt;br /&gt;	font-size : 100%;&lt;br /&gt;	font-style : normal;&lt;br /&gt;	font-variant : normal;&lt;br /&gt;	font-weight : normal;&lt;br /&gt;	color : Black;&lt;br /&gt;	text-align : center;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039; &lt;/p&gt;
&lt;p&gt;The container selector is for the all the content and the content selector is for the left-hand column under the navigation menu and above the footer.&lt;/p&gt;
&lt;p&gt;The site centers correctly in Netscape 6.2, but in IE6, it&#039;s pushed to the right by about 10 pixels so that a horizontal scroll bar shows up.  The same problem exists in IE5.01 and IE5.5.&lt;/p&gt;
&lt;p&gt;Any ideas on why it&#039;s not showing up correctly in IE?&lt;/p&gt;
&lt;p&gt;Thanks again for your help - I really appreciate it.&lt;/p&gt;
&lt;p&gt;Frank&lt;/p&gt;
 </description>
     <pubDate>Sun, 04 Apr 2004 17:59:38 +0000</pubDate>
 <dc:creator>FrankJohnson</dc:creator>
 <guid isPermaLink="false">comment 1148886 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/two-css-problems#comment-1148845</link>
    <description> &lt;p&gt;1.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;/* for everything sensible */&lt;br /&gt;margin: auto;&lt;br /&gt;/* for IE */&lt;br /&gt;text-align: center;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;2. That would be because they are just pieces of inline text. Try using actual headings.&lt;/p&gt;
 </description>
     <pubDate>Sun, 04 Apr 2004 03:02:43 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1148845 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
