<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Simple overlay Image captions - CSS</title>
	<atom:link href="http://chadcarr.com/blog/simple-overlay-image-captions-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://chadcarr.com/blog/simple-overlay-image-captions-css/</link>
	<description>Thoughts, ideas and tips from Chad Carr - Interactive Designer</description>
	<pubDate>Wed, 10 Mar 2010 14:56:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ilan</title>
		<link>http://chadcarr.com/blog/simple-overlay-image-captions-css/comment-page-1/#comment-5</link>
		<dc:creator>Ilan</dc:creator>
		<pubDate>Mon, 20 Jul 2009 02:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://chadcarr.com/wordpress/?p=12#comment-5</guid>
		<description>I just added a width:100%; to the ImgCaptDescBg class and the transparency is working on IE 6

.ImgCaptDescBg{
	background:#333333;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
        width:100%;
} 

Thanks for all your articles
Ilan</description>
		<content:encoded><![CDATA[<p>I just added a width:100%; to the ImgCaptDescBg class and the transparency is working on IE 6</p>
<p>.ImgCaptDescBg{<br />
	background:#333333;<br />
	filter:alpha(opacity=50);<br />
	-moz-opacity:0.5;<br />
	-khtml-opacity: 0.5;<br />
	opacity: 0.5;<br />
        width:100%;<br />
} </p>
<p>Thanks for all your articles<br />
Ilan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
