<?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>Josh Stauffer&#187; CSS</title>
	<atom:link href="http://www.joshstauffer.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshstauffer.com</link>
	<description>WordPress, Genesis, &#38; Things I Care About</description>
	<lastBuildDate>Sun, 11 Dec 2011 01:08:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Apply CSS Transparency to Images</title>
		<link>http://www.joshstauffer.com/apply-css-transparency-to-images/</link>
		<comments>http://www.joshstauffer.com/apply-css-transparency-to-images/#comments</comments>
		<pubDate>Thu, 07 Jun 2007 06:13:18 +0000</pubDate>
		<dc:creator>Josh Stauffer</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.joshstauffer.com/2007/06/07/apply-css-transparency-to-images/</guid>
		<description><![CDATA[To apply CSS transparency to images add the following properties and values to the appropriate CSS selectors. An image without any filters applied to it has an opacity of 1.0. If an image has 30% opacity it also has 70% transparency. Hover your mouse over the image below for an example. a.transthumb img { filter:alpha(opacity=70); [...]


Related posts:<ol><li><a href='http://www.joshstauffer.com/neat-pop-up-windows-for-images/' rel='bookmark' title='Permanent Link: Neat Pop-up Windows for Images'>Neat Pop-up Windows for Images</a></li>
<li><a href='http://www.joshstauffer.com/dynamic-menus-in-a-dreamweaver-template/' rel='bookmark' title='Permanent Link: Dynamic Menus in a Dreamweaver Template'>Dynamic Menus in a Dreamweaver Template</a></li>
<li><a href='http://www.joshstauffer.com/free-silhouette-images/' rel='bookmark' title='Permanent Link: Free Silhouette Images'>Free Silhouette Images</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.joshstauffer.com%2Fapply-css-transparency-to-images%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.joshstauffer.com%2Fapply-css-transparency-to-images%2F&amp;source=joshstauffer&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<style type="text/css">
<!--
a.transthumb img {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}
a.transthumb:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}
-->
</style>
<p>To apply CSS transparency to images add the following properties and values to the appropriate CSS selectors. An image without any filters applied to it has an opacity of 1.0. If an image has 30% opacity it also has 70% transparency. Hover your mouse over the image below for an example.</p>
<pre>
a.transthumb img {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}
a.transthumb:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}
</pre>
<p><a href="javascript:void(0);" class="transthumb" title="Apply CSS Transparency to Images"><img src="http://www.joshstauffer.com/wp-content/uploads/orangemug.jpg" alt="Orange Mug" border="0" /></a></p>


<p>Related posts:<ol><li><a href='http://www.joshstauffer.com/neat-pop-up-windows-for-images/' rel='bookmark' title='Permanent Link: Neat Pop-up Windows for Images'>Neat Pop-up Windows for Images</a></li>
<li><a href='http://www.joshstauffer.com/dynamic-menus-in-a-dreamweaver-template/' rel='bookmark' title='Permanent Link: Dynamic Menus in a Dreamweaver Template'>Dynamic Menus in a Dreamweaver Template</a></li>
<li><a href='http://www.joshstauffer.com/free-silhouette-images/' rel='bookmark' title='Permanent Link: Free Silhouette Images'>Free Silhouette Images</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.joshstauffer.com/apply-css-transparency-to-images/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

