<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1030691" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1030691</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-background-image-problem#comment-1179162</link>
    <description> &lt;p&gt;thats why I told you it was just a quick fix... I usually do not use float tags... But I still pointed out that you have contained a floating element inside your container thats why you had that problem...&lt;/p&gt;
&lt;p&gt;I guess I was thinking youll be using different page lengths and want complete control of it... Yes defenitely an overflow:auto; would work in this case...&lt;/p&gt;
 </description>
     <pubDate>Sat, 10 Sep 2005 15:24:31 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1179162 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-background-image-problem#comment-1179161</link>
    <description> &lt;p&gt;here is the article about it &lt;a href=&quot;http://www.quirksmode.org/css/clearing.html&quot; class=&quot;bb-url&quot;&gt;http://www.quirksmode.org/css/clearing.html&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 10 Sep 2005 15:22:04 +0000</pubDate>
 <dc:creator>vibins</dc:creator>
 <guid isPermaLink="false">comment 1179161 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-background-image-problem#comment-1179155</link>
    <description> &lt;p&gt;deamonhale your suggestion did fix it but then i had to manuly enter the hight of each page. I did some research on this and found somthing out if you have a floated div within a container and the container wont surround your floated div all you have to do is add overflow: auto to the container and it works.&lt;/p&gt;
&lt;p&gt;  just incase anyone else comes upon this problem&lt;/p&gt;
 </description>
     <pubDate>Sat, 10 Sep 2005 13:36:01 +0000</pubDate>
 <dc:creator>vibins</dc:creator>
 <guid isPermaLink="false">comment 1179155 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-background-image-problem#comment-1179065</link>
    <description> &lt;p&gt;Thanks demonhale that fixed it right up.&lt;/p&gt;
 </description>
     <pubDate>Fri, 09 Sep 2005 18:24:39 +0000</pubDate>
 <dc:creator>vibins</dc:creator>
 <guid isPermaLink="false">comment 1179065 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-background-image-problem#comment-1178989</link>
    <description> &lt;p&gt;Try validating your code:&lt;br /&gt;
&lt;a href=&quot;http://validator.w3.org/check?verbose=1&amp;amp;uri=http%3A//darkscripts.111mb.com/darkscriptsindex.htm&quot; class=&quot;bb-url&quot;&gt;Your code errors&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Also try quote marks like this:&lt;/p&gt;
&lt;p&gt;#container {&lt;br /&gt;
  background: url(&#039;bg.jpg&#039;);&lt;br /&gt;
  margin: 0 auto;&lt;br /&gt;
  width: 720px;&lt;br /&gt;
  }&lt;/p&gt;
 </description>
     <pubDate>Fri, 09 Sep 2005 04:45:44 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1178989 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-background-image-problem#comment-1178973</link>
    <description> &lt;p&gt;the problem here is that you floated the div.content-container and div.banner-container which holds inside their div class your texts... wherein the both of them is handled inside a div id #container... The quick fix I could think of is this...&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote:&lt;br /&gt;
#container {&lt;br /&gt;
  background: url(bg.jpg);&lt;br /&gt;
  margin: 0 auto;&lt;br /&gt;
  width: 720px;&lt;br /&gt;
&lt;strong&gt;  height:1500px;&lt;/strong&gt;&lt;br /&gt;
  }
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;but if I were you you should delete the float and absolute position your navigation so that the Background in the container stretches as your content increases... depends on you...&lt;/p&gt;
 </description>
     <pubDate>Fri, 09 Sep 2005 01:29:23 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1178973 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-background-image-problem#comment-1178960</link>
    <description> &lt;p&gt;I use IE, but you may want to try this:&lt;br /&gt;
#container {&lt;br /&gt;
  background-image: url(bg.jpg);&lt;br /&gt;
  margin: 0 auto;&lt;br /&gt;
  width: 720px;&lt;br /&gt;
  }&lt;/p&gt;
&lt;p&gt;and see if that works. Just a guess.&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 Sep 2005 22:14:41 +0000</pubDate>
 <dc:creator>SearchBliss</dc:creator>
 <guid isPermaLink="false">comment 1178960 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
