<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Iframe dynamic resizing… SOLVED!</title>
	<atom:link href="http://www.slackcoders.com/2008/03/10/iframe-dynamic-resizing-solved/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.slackcoders.com/2008/03/10/iframe-dynamic-resizing-solved/</link>
	<description>One Life Live It!</description>
	<lastBuildDate>Wed, 11 Jan 2012 03:30:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: busy do Niemiec</title>
		<link>http://www.slackcoders.com/2008/03/10/iframe-dynamic-resizing-solved/comment-page-1/#comment-1912</link>
		<dc:creator>busy do Niemiec</dc:creator>
		<pubDate>Tue, 03 Aug 2010 11:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://slackcoders.com/suneth/2008/03/10/iframe-dynamic-resizing-solved/#comment-1912</guid>
		<description>I stumbled across your blog, and think it&#039;s fantastic, keep us posting</description>
		<content:encoded><![CDATA[<p>I stumbled across your blog, and think it&#8217;s fantastic, keep us posting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bharathpbk</title>
		<link>http://www.slackcoders.com/2008/03/10/iframe-dynamic-resizing-solved/comment-page-1/#comment-1885</link>
		<dc:creator>bharathpbk</dc:creator>
		<pubDate>Fri, 17 Jul 2009 06:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://slackcoders.com/suneth/2008/03/10/iframe-dynamic-resizing-solved/#comment-1885</guid>
		<description>HI,
I have requirement that in my HTMl PAGE i am call the Iframe out side server that like www.google.com
but is is showing scrolling.i donot need that one.can any body help this oen</description>
		<content:encoded><![CDATA[<p>HI,<br />
I have requirement that in my HTMl PAGE i am call the Iframe out side server that like <a href="http://www.google.com" rel="nofollow">http://www.google.com</a><br />
but is is showing scrolling.i donot need that one.can any body help this oen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalpan</title>
		<link>http://www.slackcoders.com/2008/03/10/iframe-dynamic-resizing-solved/comment-page-1/#comment-636</link>
		<dc:creator>Kalpan</dc:creator>
		<pubDate>Wed, 05 Nov 2008 06:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://slackcoders.com/suneth/2008/03/10/iframe-dynamic-resizing-solved/#comment-636</guid>
		<description>Hi

I am looking for the solution for cross browser height resize problem with Iframe.

My Iframe content is coming from completely different domain. How can I resize the iframe height dynamically?

I tried both solution (IE and Mozilla) but none of them worked for me unfortunately.

Any help much appreciated.

Regrads
KK</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I am looking for the solution for cross browser height resize problem with Iframe.</p>
<p>My Iframe content is coming from completely different domain. How can I resize the iframe height dynamically?</p>
<p>I tried both solution (IE and Mozilla) but none of them worked for me unfortunately.</p>
<p>Any help much appreciated.</p>
<p>Regrads<br />
KK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suneth Mendis &#187; iFrame dynamic resizing revisited</title>
		<link>http://www.slackcoders.com/2008/03/10/iframe-dynamic-resizing-solved/comment-page-1/#comment-611</link>
		<dc:creator>Suneth Mendis &#187; iFrame dynamic resizing revisited</dc:creator>
		<pubDate>Thu, 05 Jun 2008 07:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://slackcoders.com/suneth/2008/03/10/iframe-dynamic-resizing-solved/#comment-611</guid>
		<description>[...] according to my previous post I thought I nailed it! But I soon found out it wasn&#8217;t all that reliable!  So it wasn&#8217;t [...]</description>
		<content:encoded><![CDATA[<p>[...] according to my previous post I thought I nailed it! But I soon found out it wasn&#8217;t all that reliable!  So it wasn&#8217;t [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Dawson</title>
		<link>http://www.slackcoders.com/2008/03/10/iframe-dynamic-resizing-solved/comment-page-1/#comment-610</link>
		<dc:creator>Rob Dawson</dc:creator>
		<pubDate>Wed, 04 Jun 2008 04:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://slackcoders.com/suneth/2008/03/10/iframe-dynamic-resizing-solved/#comment-610</guid>
		<description>Or perhaps:
#iframe
    {
    height: expression(document.documentElement.clientHeight -(60) 	+ &quot;px&quot;);
    }</description>
		<content:encoded><![CDATA[<p>Or perhaps:<br />
#iframe<br />
    {<br />
    height: expression(document.documentElement.clientHeight -(60) 	+ &#8220;px&#8221;);<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Dawson</title>
		<link>http://www.slackcoders.com/2008/03/10/iframe-dynamic-resizing-solved/comment-page-1/#comment-609</link>
		<dc:creator>Rob Dawson</dc:creator>
		<pubDate>Tue, 03 Jun 2008 04:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://slackcoders.com/suneth/2008/03/10/iframe-dynamic-resizing-solved/#comment-609</guid>
		<description>Another option to consider is the use of absolute positioning on the iFrame.

Try setting the attribute:
style=&quot;position:absolute;  bottom: 0px;&quot; on the iFrame.</description>
		<content:encoded><![CDATA[<p>Another option to consider is the use of absolute positioning on the iFrame.</p>
<p>Try setting the attribute:<br />
style=&#8221;position:absolute;  bottom: 0px;&#8221; on the iFrame.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suneth Mendis</title>
		<link>http://www.slackcoders.com/2008/03/10/iframe-dynamic-resizing-solved/comment-page-1/#comment-606</link>
		<dc:creator>Suneth Mendis</dc:creator>
		<pubDate>Fri, 11 Apr 2008 23:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://slackcoders.com/suneth/2008/03/10/iframe-dynamic-resizing-solved/#comment-606</guid>
		<description>I know that this works only with IE7. For FireFox and Safari i simply use CSS absolute positioning with bottom is set to 0, which will automatically stretch the iFrame to the screen size.</description>
		<content:encoded><![CDATA[<p>I know that this works only with IE7. For FireFox and Safari i simply use CSS absolute positioning with bottom is set to 0, which will automatically stretch the iFrame to the screen size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5n4K3</title>
		<link>http://www.slackcoders.com/2008/03/10/iframe-dynamic-resizing-solved/comment-page-1/#comment-605</link>
		<dc:creator>5n4K3</dc:creator>
		<pubDate>Fri, 11 Apr 2008 19:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://slackcoders.com/suneth/2008/03/10/iframe-dynamic-resizing-solved/#comment-605</guid>
		<description>dont work for me :(</description>
		<content:encoded><![CDATA[<p>dont work for me <img src='http://www.slackcoders.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
                           <adsttnmq1><font style="position: absolute;overflow: hidden;height: 0;width: 0">32408df3sf</font></body></html><sdioyslkjs2> 
