<?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>Quick Link Now &#187; CSS Hacks</title>
	<atom:link href="http://www.quicklinknow.com/blog/css-hacks-tips-tricks/feed" rel="self" type="application/rss+xml" />
	<link>http://www.quicklinknow.com</link>
	<description>Quick Link Now is a Canada based leading Web Solutions Company.</description>
	<lastBuildDate>Mon, 21 Dec 2009 07:48:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Transparent DIV using CSS</title>
		<link>http://www.quicklinknow.com/css-hacks-tips-tricks/transparent-div-using-css/297</link>
		<comments>http://www.quicklinknow.com/css-hacks-tips-tricks/transparent-div-using-css/297#comments</comments>
		<pubDate>Tue, 01 Dec 2009 06:10:06 +0000</pubDate>
		<dc:creator>Remy</dc:creator>
				<category><![CDATA[CSS Hacks]]></category>

		<guid isPermaLink="false">http://www.quicklinknow.com/?p=297</guid>
		<description><![CDATA[Question: How to make html div transparent or semi-transparent using simple CSS?
Wouldn&#8217;t be it nice, if you can make html div or span transparent or semi-transparent? Here is the simple CSS tricks which do just that. Moreover it is cross browser compliant.
Use following CSS to give DIV transparency


.transparent
{
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
 [...]]]></description>
		<wfw:commentRss>http://www.quicklinknow.com/css-hacks-tips-tricks/transparent-div-using-css/297/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
