<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1047348" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1047348</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Thanks webwiz, that actually</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/modal-popup-background-resize-100-window-resize#comment-1252058</link>
    <description> &lt;p&gt;Thanks webwiz, that actually works perfectly in FF. In IE 8 though, the background fills the screen, but the page is below it - so it&#039;s not absolute anymore. The z-index is the higher than any other element on the page, but it won&#039;t &quot;float&quot; over the page like it&#039;s supposed to. Is your solution working for you in IE &amp;gt;= 6?&lt;/p&gt;
 </description>
     <pubDate>Thu, 05 Aug 2010 08:36:59 +0000</pubDate>
 <dc:creator>chlab</dc:creator>
 <guid isPermaLink="false">comment 1252058 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>The usual way of covering the</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/modal-popup-background-resize-100-window-resize#comment-1252046</link>
    <description> &lt;p&gt;The usual way of covering the viewport (the visible part of a page) is to use fixed positioning. Thus your &quot;modal popup&quot; or &quot;layer&quot; would have this CSS:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;position: fixed;&lt;br /&gt;top: 0;&lt;br /&gt;left: 0;&lt;br /&gt;bottom: 0;&lt;br /&gt;right: 0;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
Note that you don&#039;t specify any width or height.&lt;/p&gt;
&lt;p&gt;Sadly, Internet Explorer prior to version 7 does not support &quot;position: fixed.&quot;  I believe there are JavaScript work-arounds.. but I&#039;m more of a CSS guy. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 05 Aug 2010 01:08:18 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1252046 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
