<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: 100% Height Layout</title>
		<link>http://www.kriesi.at/support/topic/100-height-layout</link>
		<description>Support Forum - Topic: 100% Height Layout</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 23:38:36 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/100-height-layout" rel="self" type="application/rss+xml" />

		<item>
			<title>James Morrison on "100% Height Layout"</title>
			<link>http://www.kriesi.at/support/topic/100-height-layout#post-1321</link>
			<pubDate>Thu, 29 Jul 2010 07:26:18 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">1321@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Good luck :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>n141 on "100% Height Layout"</title>
			<link>http://www.kriesi.at/support/topic/100-height-layout#post-1193</link>
			<pubDate>Wed, 28 Jul 2010 15:29:59 +0000</pubDate>
			<dc:creator>n141</dc:creator>
			<guid isPermaLink="false">1193@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, thanks James !&#60;br /&#62;
I'll try with jQuery although i'm not very familiar with this library...&#60;br /&#62;
Wish me luck :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "100% Height Layout"</title>
			<link>http://www.kriesi.at/support/topic/100-height-layout#post-1188</link>
			<pubDate>Wed, 28 Jul 2010 14:22:29 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">1188@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, I misunderstood what you needed.&#60;/p&#62;
&#60;p&#62;What you need is jQuery to work out what the height of the page is and add a class to fix the footer to the bottom of the page. I'm not good enough with jQuery to put this together for you, I tend to ask my jQuery questions over at &#60;a href=&#34;http://stackoverflow.com&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com&#60;/a&#62; so if you can't do it yourself give them a try.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>n141 on "100% Height Layout"</title>
			<link>http://www.kriesi.at/support/topic/100-height-layout#post-1137</link>
			<pubDate>Wed, 28 Jul 2010 07:33:29 +0000</pubDate>
			<dc:creator>n141</dc:creator>
			<guid isPermaLink="false">1137@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks James for your answer !&#60;br /&#62;
Unfortunately, your proposition is not what i need.&#60;br /&#62;
With this solution, the footer is always 'fixed' at the bottom of the scrren even if the content is important; in that case the rest of the content of the page appears under the footer.&#60;br /&#62;
What i would like to do is to fix the footer at the bottom of the screen ONLY for pages which have not enough content to fill the screen.&#60;br /&#62;
For others cases, pages which have enough content to fill the screen, the footer should appear after the content just as usual.&#60;/p&#62;
&#60;p&#62;I know there's a way to do this, but which way... ? :)&#60;/p&#62;
&#60;p&#62;Got an idea ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "100% Height Layout"</title>
			<link>http://www.kriesi.at/support/topic/100-height-layout#post-652</link>
			<pubDate>Sat, 24 Jul 2010 12:52:41 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">652@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd suggest taking out the height / min-height values you added and use something like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#footerwrap {
position: fixed;
bottom: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I would suggest having a smaller footer area than the demo though or most of the page will be the footer!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>n141 on "100% Height Layout"</title>
			<link>http://www.kriesi.at/support/topic/100-height-layout#post-529</link>
			<pubDate>Fri, 23 Jul 2010 13:23:58 +0000</pubDate>
			<dc:creator>n141</dc:creator>
			<guid isPermaLink="false">529@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'd like to know if this is possible to have a 100% height layout using css.&#60;br /&#62;
I'd like to have the footer fixed at the bottom of the page (screen) when there's not enough content in a post/page.&#60;/p&#62;
&#60;p&#62;I tried :&#60;/p&#62;
&#60;p&#62;html, body {&#60;br /&#62;
	height: 100%;&#60;br /&#62;
	margin: 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#global {&#60;br /&#62;
	min-height:100%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;where div#global is placed like this in header.php and footer.php&#60;/p&#62;
&#60;p&#62;header.php&#60;br /&#62;
----------------&#60;br /&#62;
&#38;lt;body id='top' &#38;lt;?php body_class($k_body_class);?&#38;gt;&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;global&#34;&#38;gt;&#60;br /&#62;
....&#60;/p&#62;
&#60;p&#62;footer.php&#60;br /&#62;
----------------&#60;br /&#62;
...&#60;br /&#62;
&#38;lt;/div&#38;gt; &#38;lt;!-- GLOBAL DIV --&#38;gt;&#60;br /&#62;
&#38;lt;/body&#38;gt;&#60;/p&#62;
&#60;p&#62;But it doesn't really seem to work and I can't figure how to do that...&#60;/p&#62;
&#60;p&#62;Is there a way to do this ?&#60;/p&#62;
&#60;p&#62;Best regards&#60;/p&#62;
&#60;p&#62;PS: thank you for this amazing theme !
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
