<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>&#60;SourceBench/&#62; Your place to share code stuff &#187; firefox</title>
	<atom:link href="http://sourcebench.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://sourcebench.com</link>
	<description></description>
	<lastBuildDate>Tue, 04 May 2010 07:57:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>transparent element for ie, firefox and safari</title>
		<link>http://sourcebench.com/languages/css/transparent-element-for-ie-firefox-and-safari/</link>
		<comments>http://sourcebench.com/languages/css/transparent-element-for-ie-firefox-and-safari/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 12:39:01 +0000</pubDate>
		<dc:creator>The SourceBench</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[transparency]]></category>
		<category><![CDATA[transparent]]></category>

		<guid isPermaLink="false">http://sourcebench.com/languages/css/transparent-element-for-ie-firefox-and-safari/</guid>
		<description><![CDATA[#element {
filter:alpha(opacity=50); //For IE
opacity: 0.5; //Safari
-moz-opacity:0.5; //Mozilla &#38; Firefox
}
]]></description>
			<content:encoded><![CDATA[<pre class="brush: css;">#element {
filter:alpha(opacity=50); //For IE
opacity: 0.5; //Safari
-moz-opacity:0.5; //Mozilla &amp; Firefox
}
</pre>]]></content:encoded>
			<wfw:commentRss>http://sourcebench.com/languages/css/transparent-element-for-ie-firefox-and-safari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
