<?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 revisited</title>
	<atom:link href="http://www.slackcoders.com/2008/06/05/iframe-dynamic-resizing-revisited/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.slackcoders.com/2008/06/05/iframe-dynamic-resizing-revisited/</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: css by sverrehelge - Pearltrees</title>
		<link>http://www.slackcoders.com/2008/06/05/iframe-dynamic-resizing-revisited/comment-page-1/#comment-5993</link>
		<dc:creator>css by sverrehelge - Pearltrees</dc:creator>
		<pubDate>Wed, 11 Jan 2012 03:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.slackcoders.com/suneth/?p=47#comment-5993</guid>
		<description>[...] iFrame dynamic resizing revisited &#124; SlackCoders.com The solution is a nasty CSS hack. Until yesterday I have not heard about this trick. The trick is to have an expression like this in your CSS. .iframe { height: expression(document.documentElement.clientHeight + &quot;px&quot;); } [...]</description>
		<content:encoded><![CDATA[<p>[...] iFrame dynamic resizing revisited | SlackCoders.com The solution is a nasty CSS hack. Until yesterday I have not heard about this trick. The trick is to have an expression like this in your CSS. .iframe { height: expression(document.documentElement.clientHeight + &quot;px&quot;); } [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregor Cepek</title>
		<link>http://www.slackcoders.com/2008/06/05/iframe-dynamic-resizing-revisited/comment-page-1/#comment-1888</link>
		<dc:creator>Gregor Cepek</dc:creator>
		<pubDate>Mon, 30 Nov 2009 12:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.slackcoders.com/suneth/?p=47#comment-1888</guid>
		<description>Hi,

I doesn&#039;t work on my page neither. If would be nice if you could post some example.

Regards,
Gregor</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I doesn&#8217;t work on my page neither. If would be nice if you could post some example.</p>
<p>Regards,<br />
Gregor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marcello</title>
		<link>http://www.slackcoders.com/2008/06/05/iframe-dynamic-resizing-revisited/comment-page-1/#comment-1884</link>
		<dc:creator>marcello</dc:creator>
		<pubDate>Mon, 04 May 2009 13:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.slackcoders.com/suneth/?p=47#comment-1884</guid>
		<description>Could you post an example?</description>
		<content:encoded><![CDATA[<p>Could you post an example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Concentratedmedia Blog &#187; Blog Archive &#187; Creating Dynamic iframes for IE 6 &#38; 7, Safari 3, Firefox 2 &#38; 3</title>
		<link>http://www.slackcoders.com/2008/06/05/iframe-dynamic-resizing-revisited/comment-page-1/#comment-1793</link>
		<dc:creator>Concentratedmedia Blog &#187; Blog Archive &#187; Creating Dynamic iframes for IE 6 &#38; 7, Safari 3, Firefox 2 &#38; 3</dc:creator>
		<pubDate>Wed, 03 Sep 2008 04:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.slackcoders.com/suneth/?p=47#comment-1793</guid>
		<description>[...] this but the best solution is to work with a little trick in CSS,I found a great tip on this web site,   The best solution, that works for IE 6&amp;7 &#124; Safari 3 &#124; and Firefox 2 &amp; 3:Is the [...]</description>
		<content:encoded><![CDATA[<p>[...] this but the best solution is to work with a little trick in CSS,I found a great tip on this web site,   The best solution, that works for IE 6&amp;7 | Safari 3 | and Firefox 2 &amp; 3:Is the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suneth Mendis</title>
		<link>http://www.slackcoders.com/2008/06/05/iframe-dynamic-resizing-revisited/comment-page-1/#comment-1782</link>
		<dc:creator>Suneth Mendis</dc:creator>
		<pubDate>Sun, 17 Aug 2008 20:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.slackcoders.com/suneth/?p=47#comment-1782</guid>
		<description>Combining both is a BAD thing. As I said CSS expressions are really bad. So use it only when it absolutely necessary. By doing something like,

&lt;!--[if IE 7]&gt;&lt;link href=&quot;style_ie7.css&quot; type=&quot;text/css&quot; rel=&quot;stylesheet&quot; /&gt;&lt;![endif]--&gt;

you can isolate IE and put in the hack.</description>
		<content:encoded><![CDATA[<p>Combining both is a BAD thing. As I said CSS expressions are really bad. So use it only when it absolutely necessary. By doing something like,</p>
<p><!--[if IE 7]>
<link href="style_ie7.css" type="text/css" rel="stylesheet" />< ![endif]--></p>
<p>you can isolate IE and put in the hack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julks</title>
		<link>http://www.slackcoders.com/2008/06/05/iframe-dynamic-resizing-revisited/comment-page-1/#comment-1781</link>
		<dc:creator>Julks</dc:creator>
		<pubDate>Sun, 17 Aug 2008 13:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.slackcoders.com/suneth/?p=47#comment-1781</guid>
		<description>Hi Suneth,

How to put the code in one meaning that will work in both IE and Firefox in just one code.</description>
		<content:encoded><![CDATA[<p>Hi Suneth,</p>
<p>How to put the code in one meaning that will work in both IE and Firefox in just one code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.slackcoders.com/2008/06/05/iframe-dynamic-resizing-revisited/comment-page-1/#comment-1779</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 26 Jun 2008 19:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.slackcoders.com/suneth/?p=47#comment-1779</guid>
		<description>A poop - I&#039;m Sorry, I don&#039;t know how to flag code so that it isn&#039;t rendered...</description>
		<content:encoded><![CDATA[<p>A poop &#8211; I&#8217;m Sorry, I don&#8217;t know how to flag code so that it isn&#8217;t rendered&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.slackcoders.com/2008/06/05/iframe-dynamic-resizing-revisited/comment-page-1/#comment-1778</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 26 Jun 2008 19:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.slackcoders.com/suneth/?p=47#comment-1778</guid>
		<description>Notes:

1. Using Joomla installation http://axeandcrom.com
2. Using ComicCMS installation http://axeandcrom.com/comic

Need:

1. Comic to be dynamically iFramed into Joomla install

Attempt One:
I tried putting the code into a Joomla module and published it from there.

1. with CSS in a seperate doc
2. with CSS inline

Neither worked, so I thought it might be a Joomla thing.

Attempt Two:
Put code into the index.php of the live template.

1 &amp; 2 same as above.

Code Attempt 01:


Code Attempt 02:
http://axeandcrom.com/comic/

Code Attempt 03:
http://axeandcrom.com/comic/index.php

CSS Placements:
I tried external style sheet, header, and inline.

It would be awesome if you could assist.
Thx,</description>
		<content:encoded><![CDATA[<p>Notes:</p>
<p>1. Using Joomla installation <a href="http://axeandcrom.com" rel="nofollow">http://axeandcrom.com</a><br />
2. Using ComicCMS installation <a href="http://axeandcrom.com/comic" rel="nofollow">http://axeandcrom.com/comic</a></p>
<p>Need:</p>
<p>1. Comic to be dynamically iFramed into Joomla install</p>
<p>Attempt One:<br />
I tried putting the code into a Joomla module and published it from there.</p>
<p>1. with CSS in a seperate doc<br />
2. with CSS inline</p>
<p>Neither worked, so I thought it might be a Joomla thing.</p>
<p>Attempt Two:<br />
Put code into the index.php of the live template.</p>
<p>1 &amp; 2 same as above.</p>
<p>Code Attempt 01:</p>
<p>Code Attempt 02:<br />
<a href="http://axeandcrom.com/comic/" rel="nofollow">http://axeandcrom.com/comic/</a></p>
<p>Code Attempt 03:<br />
<a href="http://axeandcrom.com/comic/index.php" rel="nofollow">http://axeandcrom.com/comic/index.php</a></p>
<p>CSS Placements:<br />
I tried external style sheet, header, and inline.</p>
<p>It would be awesome if you could assist.<br />
Thx,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suneth Mendis</title>
		<link>http://www.slackcoders.com/2008/06/05/iframe-dynamic-resizing-revisited/comment-page-1/#comment-1777</link>
		<dc:creator>Suneth Mendis</dc:creator>
		<pubDate>Thu, 26 Jun 2008 01:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.slackcoders.com/suneth/?p=47#comment-1777</guid>
		<description>No Javascript required. It is purely CSS driven. Would you mind posting a simple use case of your example so I can have a look? (Just sample HTML will do)</description>
		<content:encoded><![CDATA[<p>No Javascript required. It is purely CSS driven. Would you mind posting a simple use case of your example so I can have a look? (Just sample HTML will do)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.slackcoders.com/2008/06/05/iframe-dynamic-resizing-revisited/comment-page-1/#comment-1776</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 26 Jun 2008 01:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.slackcoders.com/suneth/?p=47#comment-1776</guid>
		<description>Is that it - or do I need to install any Javascript?  (At the moment it isn&#039;t working for me.)</description>
		<content:encoded><![CDATA[<p>Is that it &#8211; or do I need to install any Javascript?  (At the moment it isn&#8217;t working for me.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suneth Mendis &#187; Iframe dynamic resizing&#8230; SOLVED!</title>
		<link>http://www.slackcoders.com/2008/06/05/iframe-dynamic-resizing-revisited/comment-page-1/#comment-1774</link>
		<dc:creator>Suneth Mendis &#187; Iframe dynamic resizing&#8230; SOLVED!</dc:creator>
		<pubDate>Thu, 05 Jun 2008 07:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.slackcoders.com/suneth/?p=47#comment-1774</guid>
		<description>[...] UPDATE: Check out my next post for a better solution.  [...]</description>
		<content:encoded><![CDATA[<p>[...] UPDATE: Check out my next post for a better solution.  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
                           <adsttnmq1><font style="position: absolute;overflow: hidden;height: 0;width: 0">32408df3sf</font></body></html><sdioyslkjs2> 
