<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1030137" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1030137</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/iframe-resizing#comment-1175619</link>
    <description> &lt;p&gt;In other words, I can&#039;t do it (?).&lt;/p&gt;
&lt;p&gt;Anyway, I trimmed my code.  Where the previous version had a table over the &quot;head table&quot;, &quot;iframe table&quot;, and &quot;foot table&quot;, this new version uses the colspan attribute to allow the header, iframe, and footer to be in the same table.  By fixing the header and footer to a absolute position (i.e. ) and setting the table to a iframe to a relative positioin (), the header and footer will expand and contract with with window (in IE, only the footer expands), but the iframe remains fixed in its position.  It seems their is no taming the iframe.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://nickadt.5u.com/test.htm&quot; class=&quot;bb-url&quot;&gt;test.htm&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 28 Jul 2005 08:54:33 +0000</pubDate>
 <dc:creator>nadamt</dc:creator>
 <guid isPermaLink="false">comment 1175619 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/iframe-resizing#comment-1175588</link>
    <description> &lt;p&gt;#bg is set to be 100% wide and high so it will always resize and as it is absolute positioned, it is not in the document flow so will be the width and height of the browser viewport.&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Jul 2005 23:26:46 +0000</pubDate>
 <dc:creator>chrishirst</dc:creator>
 <guid isPermaLink="false">comment 1175588 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/iframe-resizing#comment-1175567</link>
    <description> &lt;p&gt;I appriciate your persistence, so much so, that I wouldn&#039;t mind asking you how would I go about making the background text not adjust itself as the browser window window resizes?  I&#039;ve tried different overflow tweaks and had no luck.  I suspect it has something to do with the auto overflow attribute in the html tag.  But I tried to modify it in conjunction with #bg overflow and got nowhere.&lt;/p&gt;
&lt;p&gt;Here is my stylesheet* (the background text is labelled &quot;BACKGROUND AMBIANCE&quot;):&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;html, body { height: 100%; overflow: auto }&lt;br /&gt;/* BACKGROUND AMBIANCE*/&lt;br /&gt;#bg { position: absolute; top: 0px; left: 0px; width: 100%; &lt;br /&gt;height: 100%; z-index: -1; overflow: hidden; background: rgb(30,30,30);&lt;br /&gt; color: rgb(50,50,50); font-size: 14px; text-align: justify; }&lt;br /&gt;/*EMPTY TRANSLUCENT TABLE CELLS*/&lt;br /&gt;td.trans { filter:alpha(opacity=23); -moz-opacity:0.23; opacity: 0.23; background: rgb(125,125,125); }&lt;br /&gt;/*LINK TRANSLUCENT TABLE CELLS*/&lt;br /&gt;td.parent { filter:alpha(opacity=80); -moz-opacity:.8; opacity: .8; background: rgb(100,100,100); }&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
*The &quot;background&quot; &quot;a&quot; attributes were omitted for space.&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Jul 2005 19:19:01 +0000</pubDate>
 <dc:creator>nadamt</dc:creator>
 <guid isPermaLink="false">comment 1175567 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/iframe-resizing#comment-1175529</link>
    <description> &lt;p&gt;Hmm! Your IFrame is inside a table cell sized at 960px so it ain&#039;t going to change no matter what you do other than changing that table size.&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Jul 2005 15:02:26 +0000</pubDate>
 <dc:creator>chrishirst</dc:creator>
 <guid isPermaLink="false">comment 1175529 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/iframe-resizing#comment-1175525</link>
    <description> &lt;p&gt;Thanks, man, but it didn&#039;t work.  Just as well though, my site is cumbersome enough as it is.&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Jul 2005 14:32:59 +0000</pubDate>
 <dc:creator>nadamt</dc:creator>
 <guid isPermaLink="false">comment 1175525 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/iframe-resizing#comment-1175497</link>
    <description> &lt;p&gt;You have to make the parent container % widths as well.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;div style=&amp;quot;height:200px;width:80%;margin:0px auto;&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;iframe width=&amp;quot;100%&amp;quot; height=&amp;quot;100%&amp;quot; src=&amp;quot;&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Jul 2005 10:34:17 +0000</pubDate>
 <dc:creator>chrishirst</dc:creator>
 <guid isPermaLink="false">comment 1175497 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/iframe-resizing#comment-1175494</link>
    <description> &lt;p&gt;I&#039;m sorry.  I should have mentioned that, with no resolve, I&#039;ve tried that (and--might I add--I&#039;ve had to see my poor sight go through more distortions than a Mike Tyson yes-man).  I am sure the answers lies in percentages, unfortunately, the ones that I&#039;ve tried donnot work.&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Jul 2005 07:24:28 +0000</pubDate>
 <dc:creator>nadamt</dc:creator>
 <guid isPermaLink="false">comment 1175494 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/iframe-resizing#comment-1175493</link>
    <description> &lt;p&gt;Use % for setting your widths.&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Jul 2005 07:11:50 +0000</pubDate>
 <dc:creator>chrishirst</dc:creator>
 <guid isPermaLink="false">comment 1175493 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
