<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: opacity</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>alpha en css</title>
        <link>http://www.posteet.com/view/1342</link>
        <description>
        <![CDATA[<pre>#conteneur {
   background-color: #ffffff;  /* le fond                 */
   filter:alpha(opacity=50);   /* Internet Explorer 6     */
   -moz-opacity:0.5;           /* Mozilla 1.6 et infér.   */
   opacity: 0.5;               /* CSS3 et Mozilla récents */
}</pre> <a href="http://www.posteet.com/tags/alpha">[alpha]</a>  <a href="http://www.posteet.com/tags/css">[css]</a>  <a href="http://www.posteet.com/tags/opacity">[opacity]</a> ]]>        </description>
        <dc:creator>minus</dc:creator>
        <pubDate>Tue, 28 Oct 2008 16:22:00 +0000</pubDate>

            <category>alpha</category>
            <category>css</category>
            <category>opacity</category>
    
    </item>

  
    <item>
        <title>Cross-browser opacity in CSS</title>
        <link>http://www.posteet.com/view/763</link>
        <description>
        <![CDATA[<pre>#transdiv {
   filter:alpha(opacity=75);
   -moz-opacity:.75;
   opacity:.75;
}</pre> <a href="http://www.posteet.com/tags/css">[css]</a>  <a href="http://www.posteet.com/tags/opacity">[opacity]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Mon, 18 Feb 2008 08:52:59 +0000</pubDate>

            <category>css</category>
            <category>opacity</category>
    
    </item>


</channel>
</rss>
