<?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>Fri, 30 Jul 2010 00:38:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://chadcarr.com/blog/simple-overlay-image-captions-css/comment-page-1/#comment-20</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 22 Mar 2010 02:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://chadcarr.com/wordpress/?p=12#comment-20</guid>
		<description>Yup, good call. I'm not sure why I have the extra div either.</description>
		<content:encoded><![CDATA[<p>Yup, good call. I&#8217;m not sure why I have the extra div either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Loding</title>
		<link>http://chadcarr.com/blog/simple-overlay-image-captions-css/comment-page-1/#comment-19</link>
		<dc:creator>Nathan Loding</dc:creator>
		<pubDate>Mon, 22 Mar 2010 01:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://chadcarr.com/wordpress/?p=12#comment-19</guid>
		<description>Not sure why you have the DescBg and then the Desc?  You can elminate the extra div ... it's not needed.  Otherwise, this was great and really helped me get an overlay working.  Thanks!</description>
		<content:encoded><![CDATA[<p>Not sure why you have the DescBg and then the Desc?  You can elminate the extra div &#8230; it&#8217;s not needed.  Otherwise, this was great and really helped me get an overlay working.  Thanks!</p>
]]></content:encoded>
	</item>
	<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>
