<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: How to make div#wrapper use the whole page vertically</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: How to make div#wrapper use the whole page vertically</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 02:24:31 +0000</pubDate>

<item>
<title>AlethiaPak on "How to make div#wrapper use the whole page vertically"</title>
<link>http://wordpress.org/support/topic/227471#post-1247207</link>
<pubDate>Thu, 15 Oct 2009 09:30:10 +0000</pubDate>
<dc:creator>AlethiaPak</dc:creator>
<guid isPermaLink="false">1247207@http://wordpress.org/support/</guid>
<description>&#60;p&#62;wow 9 months ago!&#60;br /&#62;
anyway i will just post my solution here as if it can be helpful for another people.&#60;/p&#62;
&#60;p&#62;it is not perfect.&#60;br /&#62;
anyone want to develop for a better outcome, please do.&#60;br /&#62;
i would love to know it too.&#60;/p&#62;
&#60;p&#62;1.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body{
	margin:0; padding:0;
	}

/*you can try this too. all browser will give H100%, but problem will show up when trying to reduce the window size!*/
/*html, html body{
    margin:0; padding:0;
    height:100%;
    }*/

html, *+html body{/*ck for ie7*/
    margin:0; padding:0;
    height:100%;
    }

*html body {/*ck for ie6*/
	height:100%;
	}

#wrapper{
       min-height:100%;
	height:100%;
	background:#6CC;/*ck you can remove this*/
	}

*html body #wrapper{/*ck for ie6*/
	height:100%;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;it was tested with&#60;br /&#62;
-ie6,7 &#38;gt; work&#60;br /&#62;
-ff3.5.2 &#38;gt; work&#60;br /&#62;
but&#60;br /&#62;
-ie8, ff2, opera9, opera10 &#38;gt; doesn't work&#60;br /&#62;
however if you use&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;html, html body{
    margin:0; padding:0;
    height:100%;
    }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;it will (almost) work in all browser, but only if you scaledown the browser, you will see the problem.&#60;/p&#62;
&#60;p&#62;or&#60;/p&#62;
&#60;p&#62;2. another way that will work for sure in all browser is using combination of css and table.&#60;/p&#62;
&#60;p&#62;or &#60;/p&#62;
&#60;p&#62;3. fake it graphically by apply background image to &#38;lt;body&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>sjoerd_oudman on "How to make div#wrapper use the whole page vertically"</title>
<link>http://wordpress.org/support/topic/227471#post-998763</link>
<pubDate>Thu, 26 Feb 2009 10:29:33 +0000</pubDate>
<dc:creator>sjoerd_oudman</dc:creator>
<guid isPermaLink="false">998763@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi mlnosp,&#60;/p&#62;
&#60;p&#62;I have had your problem as well, but the solution (which i haven't cross browser tested yet to be honest...only FireFox) could be using 'auto' instead of '100%'.&#60;/p&#62;
&#60;p&#62;Hope this will help&#60;/p&#62;
&#60;p&#62;groeten/greetings&#60;/p&#62;
&#60;p&#62;Sjoerd
&#60;/p&#62;</description>
</item>
<item>
<title>mlnosp on "How to make div#wrapper use the whole page vertically"</title>
<link>http://wordpress.org/support/topic/227471#post-932235</link>
<pubDate>Sat, 20 Dec 2008 21:49:27 +0000</pubDate>
<dc:creator>mlnosp</dc:creator>
<guid isPermaLink="false">932235@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am using the sandbox theme to start making my own theme and would like to have the div#wrapper use the whole page in it's height (vertically) in order to have the footer at the very bottom of the web browser and not in the middle of the browser in case the content is not so long.&#60;/p&#62;
&#60;p&#62;I tried a few different things in div#wrapper, like using &#34;height: 100%&#34; but that didn't work at all. So does anyone have a trick on how to do this ?&#60;/p&#62;
&#60;p&#62;Many thanks&#60;br /&#62;
Regards
&#60;/p&#62;</description>
</item>

</channel>
</rss>
