<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1043749" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1043749</link>
    <description></description>
    <language>en</language>
          <item>
    <title>webwiz wrote:
&quot;Zoom&quot; is a</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/background-and-foreground-mixing-ie-6-7#comment-1241074</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;webwiz&lt;/em&gt; wrote:&lt;/div&gt;&quot;Zoom&quot; is a Microsoft special property that gives an element &quot;hasLayout&quot;[1] - another Microsoft oddity. Understanding &quot;hasLayout&quot; is pretty much essential if you are ever to get a handle on IE bugs.&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;There are a bunch of rules that will give an element hasLayout. Zoom is one of them, also height: 1%, position: relative, and a few other things. &lt;/p&gt;
&lt;p&gt;You can check whether something hasLayout using the IE developers toolbar. It will show up as hasLayout: -1 if it &lt;em&gt;does&lt;/em&gt; &quot;have layout&quot;. If it doesn&#039;t that property won&#039;t appear at all.&lt;/p&gt;
&lt;p&gt;This is always something to check if you&#039;re having weird IE problems.&lt;/p&gt;
 </description>
     <pubDate>Wed, 29 Apr 2009 16:23:34 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1241074 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks the help webwiz. I&#039;m</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/background-and-foreground-mixing-ie-6-7#comment-1241070</link>
    <description> &lt;p&gt;Thanks the help webwiz. I&#039;m using the zoom rule on just the #content div, and it fixed everything. I&#039;ll add that to my IE bug fixing list. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 29 Apr 2009 15:30:56 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1241070 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Dunno why &quot;position:</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/background-and-foreground-mixing-ie-6-7#comment-1241060</link>
    <description> &lt;p&gt;Dunno why &quot;position: relative;&quot; works-- I don&#039;t think anyone can explain the many oddities of IE.&lt;/p&gt;
&lt;p&gt;&quot;Zoom&quot; is a Microsoft special property that gives an element &quot;hasLayout&quot;[1] - another Microsoft oddity. Understanding &quot;hasLayout&quot; is pretty much essential if you are ever to get a handle on IE bugs.&lt;/p&gt;
&lt;p&gt;Re. your pixel sized fonts - I&#039;m not making fun, I&#039;m serious. It&#039;s a common design mistake. The text-size option in IE does not work when you do this. (View &amp;gt; Text size &amp;gt; Larger etc.) Although 16px is likely a good size on _your_ computer, on my high-res IBM laptop 16px is little more than half the default size. So 16px does not work for everyone.&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt;[1] &lt;a href=&quot;http://www.satzansatz.de/cssd/onhavinglayout.html&quot;&gt;On having layout&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 29 Apr 2009 14:22:18 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1241060 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>The position:relative rule</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/background-and-foreground-mixing-ie-6-7#comment-1241023</link>
    <description> &lt;p&gt;The position:relative rule worked, but I had to add that rule to a bunch of other elements because they become hidden.&lt;/p&gt;
&lt;p&gt;Do you have more info about how/why that fixes the problem? I did not know about that fix. I&#039;d like to figure out a way around that if it&#039;s possible. &lt;/p&gt;
&lt;p&gt;EDIT: Hey, no poking fun at me for using pixels. I can&#039;t do the math for ems, it&#039;s too confusing. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;YET ANOTHER EDIT: Your zoom:1 does the trick too. What is the &quot;zoom&quot; property for?&lt;/p&gt;
 </description>
     <pubDate>Wed, 29 Apr 2009 00:53:00 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1241023 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Odd. My Win xp install has</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/background-and-foreground-mixing-ie-6-7#comment-1241019</link>
    <description> &lt;p&gt;Odd. My Win xp install has IE 8, so I am looking at your page in IE 6 on Win 2000. Apart from the dubious practice of using pixel sizes for fonts, I see no problem at all, no matter how often I open/close IE or refresh the page.&lt;/p&gt;
&lt;p&gt;Couple of things to try:&lt;/p&gt;
&lt;p&gt;- Add &#039;hasLayout&#039; to #content: &quot;zoom: 1;&quot; is a good temporary way to do that.&lt;/p&gt;
&lt;p&gt;- Add &quot;position: relative;&quot; to #content or to the paragraph. That sometimes makes things show up.&lt;/p&gt;
&lt;p&gt;That&#039;s just a guess of course.&lt;/p&gt;
 </description>
     <pubDate>Wed, 29 Apr 2009 00:20:54 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1241019 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
