<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1042653" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1042653</link>
    <description></description>
    <language>en</language>
          <item>
    <title>WRT the original question,</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/footer-wont-stay-bottom-page#comment-1236734</link>
    <description> &lt;p&gt;WRT the original question, it looks like you are trying to implement &lt;a href=&quot;http://www.themaninblue.com/experiment/footerStickAlt/&quot;&gt;FooterStickAlt&lt;/a&gt;. If so, be aware that it only works when you have a single DIV to wrap the non-footer content. You have &lt;code&gt;&amp;lt;div class=&amp;quot;bg&amp;quot;&amp;gt;&lt;/code&gt; and &lt;code&gt;&amp;lt;div class=&amp;quot;container&amp;quot;&amp;gt;&lt;/code&gt; wrapping your content. This does not work.&lt;/p&gt;
&lt;p&gt;Theoretically you should be able to do this by using CSS display properties of table, table-row, and table-cell. As you probably know, the World&#039;s Favorite Browser will not support these until version 8 comes out.&lt;/p&gt;
&lt;p&gt;You may be able to take out one of those DIVs. Check the FooterStickAlt link I gave above for details.&lt;/p&gt;
 </description>
     <pubDate>Mon, 05 Jan 2009 19:10:49 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1236734 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I&#039;m not sure what the</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/footer-wont-stay-bottom-page#comment-1236718</link>
    <description> &lt;p&gt;I&#039;m not sure what the advantages are, but some frameworks define the base path that way.&lt;/p&gt;
&lt;p&gt;I know this wasn&#039;t part of the original question, but I saw a critical security problem with this line:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;include ($page.&amp;#039;.php&amp;#039;); &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;I can set $page to be something like &quot;http://example.com/evilscript&quot; which would cause your site to run the script located at &quot;http://example.com/evilscript.php&quot;.  This can easily get your site hacked.&lt;/p&gt;
 </description>
     <pubDate>Sun, 04 Jan 2009 23:53:00 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1236718 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>how true 
but I do not see</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/footer-wont-stay-bottom-page#comment-1236717</link>
    <description> &lt;p&gt;how true &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;but I do not see any advantage in using a constant (which I suspect has not been set - so the path would default to the doc&#039;s dir and the given filename) as the path to the stylesheet&lt;/p&gt;
&lt;p&gt;OP has stated elsewhere they have beginner&#039;s skills, so they may not even understand using a constant..&lt;/p&gt;
 </description>
     <pubDate>Sun, 04 Jan 2009 22:42:20 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1236717 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>yes, but probably needs to</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/footer-wont-stay-bottom-page#comment-1236716</link>
    <description> &lt;blockquote&gt;&lt;p&gt;yes, but probably needs to be a variable formed with &quot;$&quot; eg $rootpath&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Not if it&#039;s a &lt;a href=&quot;http://us.php.net/manual/en/language.constants.php&quot;&gt;constant&lt;/a&gt;.&lt;/p&gt;
 </description>
     <pubDate>Sun, 04 Jan 2009 21:59:46 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1236716 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Megan wrote:
Putting those</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/footer-wont-stay-bottom-page#comment-1236715</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;Megan&lt;/em&gt; wrote:&lt;/div&gt;Putting those &lt;code&gt;&amp;lt;div style=&amp;quot;clear:both:&amp;quot;&amp;gt;&lt;/code&gt; shoudln&#039;t be necessary - just putting clear:both in the footer styles would do the same thing.&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;ah, I was unclear what you were saying because you didn&#039;t use the code tags.&lt;/p&gt;
&lt;p&gt;you&#039;re correct, that empty div with the clear:both style is unnecessary.&lt;/p&gt;
&lt;p&gt;[nb actual code is &lt;code&gt;&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;/code&gt; with a semicolon, not &lt;code&gt;&amp;lt;div style=&amp;quot;clear:both:&amp;quot;&amp;gt;&lt;/code&gt;]&lt;/p&gt;
 </description>
     <pubDate>Sun, 04 Jan 2009 18:16:34 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1236715 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>pr0gr4mm3r wrote:
I am</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/footer-wont-stay-bottom-page#comment-1236714</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;pr0gr4mm3r&lt;/em&gt; wrote:&lt;/div&gt;&lt;br /&gt;
&lt;blockquote&gt;I am unfamiliar with the use of &quot;echo rootpath&quot; in the stylesheet path&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;It could be a constant the OP defined.&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;yes, but probably needs to be a variable formed with &quot;$&quot; eg $rootpath&lt;/p&gt;
 </description>
     <pubDate>Sun, 04 Jan 2009 18:11:22 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1236714 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I am unfamiliar with the use</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/footer-wont-stay-bottom-page#comment-1236713</link>
    <description> &lt;blockquote&gt;&lt;p&gt;I am unfamiliar with the use of &quot;echo rootpath&quot; in the stylesheet path&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;It could be a constant the OP defined.&lt;/p&gt;
 </description>
     <pubDate>Sun, 04 Jan 2009 16:28:30 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1236713 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>You want your footer frozen</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/footer-wont-stay-bottom-page#comment-1236712</link>
    <description> &lt;p&gt;You want your footer frozen to the bottom of the page even when the page scrolls? Or you just want it at the bottom of your content?&lt;/p&gt;
&lt;p&gt;If you want it frozen, try position:fixed. Putting those &lt;code&gt;&amp;lt;div style=&amp;quot;clear:both&amp;quot;&amp;gt;&lt;/code&gt; shoudln&#039;t be necessary - just putting clear:both in the footer styles would do the same thing.&lt;/p&gt;
&lt;p&gt;It&#039;s aways helpful to post a working link when you are asking about HTML or CSS problems. That way we can see what&#039;s happening on the site and use Firebug to try out solutions.&lt;/p&gt;
&lt;p&gt;By the way, that footer should be an id not a class. It doesn&#039;t appear more than once, doe it? If it&#039;s a unique item it should be an id.&lt;/p&gt;
 </description>
     <pubDate>Sun, 04 Jan 2009 16:20:00 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1236712 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>try changing the footer</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/footer-wont-stay-bottom-page#comment-1236710</link>
    <description> &lt;p&gt;try changing the footer position from &quot;absolute&quot; to &quot;relative&quot;&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;.footer {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; background:url(images/footer.gif) no-repeat;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; width:979px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; height:68px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; position:relative;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; bottom:0px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;I am unfamiliar with the use of &quot;echo rootpath&quot; in the stylesheet path&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;echo &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;rootpath&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;style.css&amp;quot; /&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;does the stylesheet load at all? It might if the php expression is null and the style.css file is in the same directory....&lt;/p&gt;
&lt;p&gt;at the very least, it should be &quot;echo $rootPath&quot; (I think) check these &lt;a href=&quot;http://us2.php.net/results.php?q=echo+%24rootpath&amp;amp;l=en&amp;amp;p=all&quot;&gt;results at php.net&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;how about &lt;code&gt;$_SERVER[&amp;quot;SITE_HTMLROOT&amp;quot;]&lt;/code&gt; ?&lt;/p&gt;
&lt;p&gt;why not put in the actual path to the stylesheet? does it change?&lt;/p&gt;
 </description>
     <pubDate>Sun, 04 Jan 2009 15:18:37 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1236710 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
