<?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 08:48:33 +0000</lastBuildDate>
    <item>
      <title>(CSS) Cross Browser Background Opacity - chrisdpratt</title>
      <link>https://snipplr.com/view/37237/cross-browser-background-opacity</link>
      <description>&lt;p&gt;This CSS sets semi-transparent background while not affecting the opacity of child elements like using the opacity property would. The text color has been set to the same as the background color to demonstrate this.&#13;
&#13;
Notes:&#13;
&#13;
For the Microsoft filters, color values are in hex with the first two digits specifying the alpha transparency. In this case, that's '80', equivalent to 0.5.&#13;
&#13;
:not(.IE) is added to exclude IE; no current version of IE understands the :not selector. '.IE' can be any valid classname that is NOT used anywhere else.&lt;/p&gt;</description>
      <pubDate>Wed, 14 Jul 2010 03:00:34 UTC</pubDate>
      <guid>https://snipplr.com/view/37237/cross-browser-background-opacity</guid>
    </item>
    <item>
      <title>(CSS) Cross-Browser Pure CSS Dropdown Navigation - chrisdpratt</title>
      <link>https://snipplr.com/view/19561/crossbrowser-pure-css-dropdown-navigation</link>
      <description>&lt;p&gt;To make the menu work in IE6 (which doesn't support the :hover pseudo element on anything but links and tables), the IE6-specific CSS calls on [Whatever:hover][whatever]. If using [Dean Edwards' IE7-js][IE7-js], this is unnecessary as his script fixes li:hover behavior in IE6.&#13;
&#13;
[whatever]: http://www.xs4all.nl/~peterned/csshover.html "Whatever:hover"&#13;
[IE7-js]: http://code.google.com/p/ie7-js/ "Dean Edwards' IE7-js"&lt;/p&gt;</description>
      <pubDate>Fri, 11 Sep 2009 12:01:58 UTC</pubDate>
      <guid>https://snipplr.com/view/19561/crossbrowser-pure-css-dropdown-navigation</guid>
    </item>
  </channel>
</rss>
