<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 04:02:17 +0000</lastBuildDate>
    <item>
      <title>(CSS) PNG support in Internet Explorer 5.5 - 6 with working links - HerrSerker</title>
      <link>https://snipplr.com/view/6094/png-support-in-internet-explorer-55--6-with-working-links</link>
      <description>&lt;p&gt;IE 5.5 to 6 don't support generic PNG with Alpha-Channel&#13;
To get the advantage of PNGs use the akward AlphaImageLoader-filter (AIL) as described on the msdn site ( http://msdn.microsoft.com/en-us/library/ms532969(VS.85).aspx ).&#13;
&#13;
But because the AIL is a DirectX-processing, some links and mouseover effexts in front of the PNG, when used as background-image, won't work, because the AIL will put itself in front of the links (like in the DOM or surface, but not visually).&#13;
&#13;
A workaround for this is, to let the anchor or a surrounding element inside the element with the AIL-filter get the position:relative, or a different position (except static, I guess).&#13;
&#13;
This will again work.&#13;
&#13;
P.S.: AIL will not work with repeated background-mages, because the AIL-filter doesn't support repeating of images&lt;/p&gt;</description>
      <pubDate>Fri, 02 May 2008 08:28:32 UTC</pubDate>
      <guid>https://snipplr.com/view/6094/png-support-in-internet-explorer-55--6-with-working-links</guid>
    </item>
  </channel>
</rss>
