<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1043128" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1043128</link>
    <description></description>
    <language>en</language>
          <item>
    <title>webwiz wrote:
Your #center</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problem-simple-css-layout#comment-1238647</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;webwiz&lt;/em&gt; wrote:&lt;/div&gt;Your #center DIV has width: 100% plus left and right padding of 20px, thus it is always wider than the window.&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Good point, David!&lt;/p&gt;
&lt;p&gt;If you remove the #center width, remember to reset your padding values to the originals...&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 Feb 2009 05:22:31 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1238647 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Your #center DIV has width:</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problem-simple-css-layout#comment-1238638</link>
    <description> &lt;p&gt;Your #center DIV has width: 100% plus left and right padding of 20px, thus it is always wider than the window. Delete the &quot;width&quot; declaration and you are good to go. (DIVs are block elements, and expand to fill horizontal space automatically.)&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 Feb 2009 00:29:24 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1238638 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Welcome to TWF Ian 
try</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problem-simple-css-layout#comment-1238627</link>
    <description> &lt;p&gt;Welcome to TWF Ian &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/grin.png&quot; title=&quot;Laugh&quot; alt=&quot;Laugh&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;try increasing padding-right to 240px&lt;br /&gt;
also adding &lt;code&gt;overflow-x: hidden&lt;/code&gt; will prevent the horizontal scrolling&lt;/p&gt;
&lt;p&gt;tested in Firefox - did not check in other browsers&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;body {&lt;br /&gt;	margin: 0;&lt;br /&gt;	padding-left: 200px;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* LC fullwidth */&lt;br /&gt;	padding-right: 200px;&amp;nbsp;&amp;nbsp; /* RC fullwidth + CC padding */&lt;br /&gt;	min-width: 220px;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* LC fullwidth + CC padding */&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;to&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;body {&lt;br /&gt;	margin: 0;&lt;br /&gt;	padding-left: 200px;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* LC fullwidth */&lt;br /&gt;	padding-right: 240px;&amp;nbsp;&amp;nbsp; /* RC fullwidth + CC padding */&lt;br /&gt;	min-width: 220px;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* LC fullwidth + CC padding */&lt;br /&gt;overflow-x: hidden;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 22 Feb 2009 20:11:34 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1238627 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
