<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>CSS Evangelist's feed | Diigo Group</title>
    <link>http://groups.diigo.com/css/bookmark/tag/hack+css</link>
    <description>Bookmarks from CSS Evangelist tagged by hack+css</description>
    <pubDate>Wed, 23 Apr 2008 14:34:51 -0000</pubDate>
    <item>
      <title>The easiest way to PNG support in IE6 [bjorkoy.com]</title>
      <link>http://bjorkoy.com/past/2007/4/8/the_easiest_way_to_png</link>
      <description>&lt;p&gt;This must be the easiest way to get full support for PNG-transparency in Internet Explorer 6. The technique even works for PNG-transparency in CSS backgrounds. Credit goes to Angus Turnbull for creating this workaround. My hat is thoroughly tipped.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/css&quot;&gt;css&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/filter&quot;&gt;filter&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/hack&quot;&gt;hack&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/ie6&quot;&gt;ie6&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/png&quot;&gt;png&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/transparency&quot;&gt;transparency&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/transparent&quot;&gt;transparent&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Posted by:&lt;/strong&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/fre_entity&quot;&gt;fre_entity&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 23 Apr 2008 14:34:51 -0000</pubDate>
    </item>
    <item>
      <title>Agile Ajax: Hacking transparent PNG support into IE6 with IE PNG Fix, CSS and jQuery (part 1 of 2)</title>
      <link>http://blogs.pathf.com/agileajax/2008/04/hacking-transpa.html</link>
      <description>&lt;p&gt;esterday's post showed how to hack the :first-child pseudo-class into IE6 with jQuery and CSS. Continuing with that theme, today and tomorrow we'll show how to enable transparent PNG support in IE6&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/behaviors&quot;&gt;behaviors&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/css&quot;&gt;css&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/hack&quot;&gt;hack&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/ie_6&quot;&gt;ie_6&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/javascript&quot;&gt;javascript&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/jquery&quot;&gt;jquery&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/png&quot;&gt;png&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/transparency&quot;&gt;transparency&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/trick&quot;&gt;trick&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Posted by:&lt;/strong&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/fre_entity&quot;&gt;fre_entity&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 11 Apr 2008 01:39:18 -0000</pubDate>
    </item>
    <item>
      <title>Hackszine.com: Easiest cross-browser CSS min-height</title>
      <link>http://www.hackszine.com/blog/archive/2008/03/easiest_crossbrowser_css_minhe.html?CMP=OTC-7G2N43923558</link>
      <description>&lt;p&gt;Enforcing a minimum height for block elements in HTML is one of those few CSS tricks that you can't live without. There are still enough folks using IE6, unfortunately, and it doesn't support the min-height or min-width CSS parameters. This has caused the invention of a number of different hacks and browser-conditional style sheets to get the desired effect.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/best+practice&quot;&gt;best practice&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/cross+browser&quot;&gt;cross browser&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/css&quot;&gt;css&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/hack&quot;&gt;hack&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/min-height&quot;&gt;min-height&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Posted by:&lt;/strong&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/fre_entity&quot;&gt;fre_entity&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 27 Mar 2008 09:23:07 -0000</pubDate>
    </item>
    <item>
      <title>Web Design Blog | ModernBlueDesign.com » Blog Archive » Fighting Spam with CSS</title>
      <link>http://www.modernbluedesign.com/web-design-blog/fighting-spam-with-css</link>
      <description>&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Comments:&lt;/strong&gt;&lt;ul&gt;&lt;li&gt;The idea here is setting up a form with a text field and via CSS making it invisible. Then, if a post is sent to a php script handling the request and that text box has information in it, that means a human didn’t fill it out, and the script is simply aborted. &lt;small&gt;posted by &lt;a href=&quot;http://groups.diigo.com/css/bookmark/ycc2106&quot;&gt;ycc2106&lt;/a&gt;&lt;/small&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/css&quot;&gt;css&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/hack&quot;&gt;hack&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/tag/spam&quot;&gt;spam&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Posted by:&lt;/strong&gt; &lt;a href=&quot;http://groups.diigo.com/css/bookmark/ycc2106&quot;&gt;ycc2106&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 02 Jul 2007 01:45:15 -0000</pubDate>
    </item>
  </channel>
</rss>