<?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: Facebook Style Overlay in YUI 3 &amp; CSS 3</title>
	<atom:link href="http://925html.com/code/facebook-style-overlay-in-yui-3-css-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://925html.com/code/facebook-style-overlay-in-yui-3-css-3/</link>
	<description>For those of us who work with the web daily.</description>
	<lastBuildDate>Tue, 16 Feb 2010 20:20:20 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joacim Boive</title>
		<link>http://925html.com/code/facebook-style-overlay-in-yui-3-css-3/comment-page-1/#comment-583</link>
		<dc:creator>Joacim Boive</dc:creator>
		<pubDate>Wed, 01 Jul 2009 08:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://925html.com/?p=337#comment-583</guid>
		<description>@Eric - Great! Thanks!


/J</description>
		<content:encoded><![CDATA[<p>@Eric &#8211; Great! Thanks!</p>
<p>/J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Ferraiuolo</title>
		<link>http://925html.com/code/facebook-style-overlay-in-yui-3-css-3/comment-page-1/#comment-581</link>
		<dc:creator>Eric Ferraiuolo</dc:creator>
		<pubDate>Tue, 30 Jun 2009 17:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://925html.com/?p=337#comment-581</guid>
		<description>@Richard Glad this helps you. Good find on working with YUI 3.x Panel; makes sense since the Standard Module structure (hd, bd, ft) is the same.</description>
		<content:encoded><![CDATA[<p>@Richard Glad this helps you. Good find on working with YUI 3.x Panel; makes sense since the Standard Module structure (hd, bd, ft) is the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://925html.com/code/facebook-style-overlay-in-yui-3-css-3/comment-page-1/#comment-580</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 30 Jun 2009 16:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://925html.com/?p=337#comment-580</guid>
		<description>Brilliant, thanks for this.  Was literally about to try this myself this week!

Works in YUI 2.x panels as well if you remove the &quot;yui-widget-&quot; from the CSS and set underlay to &quot;none&quot;</description>
		<content:encoded><![CDATA[<p>Brilliant, thanks for this.  Was literally about to try this myself this week!</p>
<p>Works in YUI 2.x panels as well if you remove the &#8220;yui-widget-&#8221; from the CSS and set underlay to &#8220;none&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Ferraiuolo</title>
		<link>http://925html.com/code/facebook-style-overlay-in-yui-3-css-3/comment-page-1/#comment-579</link>
		<dc:creator>Eric Ferraiuolo</dc:creator>
		<pubDate>Tue, 30 Jun 2009 15:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://925html.com/?p=337#comment-579</guid>
		<description>@Joacim Feel free to create a 1x1 alpha-transparent PNG that&#039;s black @ 50% opacity; then you could do this in CSS:

&lt;pre&gt;&lt;code class=&quot;css&quot;&gt;.yui-widget #fbOverlay {
	background: url(path/to/bg-image.png);
	background: rgba(0, 0, 0, 0.5);
}&lt;/code&gt;&lt;/pre&gt;

Since IE doesn&#039;t know about &lt;code&gt;rgba&lt;/code&gt; it will ignore it, letting the background image shine through.</description>
		<content:encoded><![CDATA[<p>@Joacim Feel free to create a 1&#215;1 alpha-transparent PNG that&#8217;s black @ 50% opacity; then you could do this in CSS:</p>
<pre><code class="css">.yui-widget #fbOverlay {
	background: url(path/to/bg-image.png);
	background: rgba(0, 0, 0, 0.5);
}</code></pre>
<p>Since IE doesn&#8217;t know about <code>rgba</code> it will ignore it, letting the background image shine through.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joacim Boive</title>
		<link>http://925html.com/code/facebook-style-overlay-in-yui-3-css-3/comment-page-1/#comment-578</link>
		<dc:creator>Joacim Boive</dc:creator>
		<pubDate>Tue, 30 Jun 2009 08:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://925html.com/?p=337#comment-578</guid>
		<description>Cool!

But it would&#039;ve been nice with an example where the borders worked in at least IE7 or IE8 as well. (I know CSS3 isn&#039;t supported, but still).


Thanks!


/J</description>
		<content:encoded><![CDATA[<p>Cool!</p>
<p>But it would&#8217;ve been nice with an example where the borders worked in at least IE7 or IE8 as well. (I know CSS3 isn&#8217;t supported, but still).</p>
<p>Thanks!</p>
<p>/J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Ferraiuolo</title>
		<link>http://925html.com/code/facebook-style-overlay-in-yui-3-css-3/comment-page-1/#comment-571</link>
		<dc:creator>Eric Ferraiuolo</dc:creator>
		<pubDate>Fri, 26 Jun 2009 06:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://925html.com/?p=337#comment-571</guid>
		<description>Wrote my thoughts on YUI 3 Widget skinning on the &lt;a href=&quot;http://yuilibrary.com/forum/viewtopic.php?p=1470#p1470&quot; rel=&quot;nofollow&quot;&gt;YUI Library Forum&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Wrote my thoughts on YUI 3 Widget skinning on the <a href="http://yuilibrary.com/forum/viewtopic.php?p=1470#p1470" rel="nofollow">YUI Library Forum</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Ferraiuolo</title>
		<link>http://925html.com/code/facebook-style-overlay-in-yui-3-css-3/comment-page-1/#comment-569</link>
		<dc:creator>Eric Ferraiuolo</dc:creator>
		<pubDate>Thu, 25 Jun 2009 05:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://925html.com/?p=337#comment-569</guid>
		<description>@Luke if YUI 3 starts to have more of a story around custom skinning I will ;-)</description>
		<content:encoded><![CDATA[<p>@Luke if YUI 3 starts to have more of a story around custom skinning I will ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devin</title>
		<link>http://925html.com/code/facebook-style-overlay-in-yui-3-css-3/comment-page-1/#comment-568</link>
		<dc:creator>devin</dc:creator>
		<pubDate>Thu, 25 Jun 2009 05:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://925html.com/?p=337#comment-568</guid>
		<description>Huh. Interesting! ++ to you good sir.</description>
		<content:encoded><![CDATA[<p>Huh. Interesting! ++ to you good sir.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://925html.com/code/facebook-style-overlay-in-yui-3-css-3/comment-page-1/#comment-567</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Thu, 25 Jun 2009 04:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://925html.com/?p=337#comment-567</guid>
		<description>You should bundle it into a module and post it to GitHub :)</description>
		<content:encoded><![CDATA[<p>You should bundle it into a module and post it to GitHub :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
