Comments on: Facebook Style Overlay in YUI 3 & CSS 3 http://925html.com/code/facebook-style-overlay-in-yui-3-css-3/ For those of us who work with the web daily. Sun, 16 Jan 2011 12:41:12 +0000 hourly 1 http://wordpress.org/?v=3.0.4 By: Essential CSS3 Resources : Adsensefeed.com http://925html.com/code/facebook-style-overlay-in-yui-3-css-3/comment-page-1/#comment-1162 Essential CSS3 Resources : Adsensefeed.com Thu, 17 Jun 2010 13:48:00 +0000 http://925html.com/?p=337#comment-1162 [...] Facebook Style Overlay – Use YUI 3 & CSS 3 to create a perfect Facebook overlay on your sites and your own site links. Facebook uses overlays extensively and they have a distinct style. [...] [...] Facebook Style Overlay – Use YUI 3 & CSS 3 to create a perfect Facebook overlay on your sites and your own site links. Facebook uses overlays extensively and they have a distinct style. [...]

]]>
By: Essential CSS3 Resources | G2Roms.com http://925html.com/code/facebook-style-overlay-in-yui-3-css-3/comment-page-1/#comment-924 Essential CSS3 Resources | G2Roms.com Fri, 09 Apr 2010 12:44:40 +0000 http://925html.com/?p=337#comment-924 [...] Facebook Style Overlay – Use YUI 3 & CSS 3 to emanate a undiluted Facebook conceal upon your sites as well as your own site links. Facebook uses overlays during length as well as they have a graphic style. [...] [...] Facebook Style Overlay – Use YUI 3 & CSS 3 to emanate a undiluted Facebook conceal upon your sites as well as your own site links. Facebook uses overlays during length as well as they have a graphic style. [...]

]]>
By: Essential CSS3 Resources http://925html.com/code/facebook-style-overlay-in-yui-3-css-3/comment-page-1/#comment-913 Essential CSS3 Resources Thu, 08 Apr 2010 17:23:38 +0000 http://925html.com/?p=337#comment-913 [...] These overlays completely use a new CSS3 properties and works on FF and Safari browsers for now.Facebook Style Overlay – Use YUI 3 & CSS 3 to create a perfect Facebook overlay on your sites and your own site [...] [...] These overlays completely use a new CSS3 properties and works on FF and Safari browsers for now.Facebook Style Overlay – Use YUI 3 & CSS 3 to create a perfect Facebook overlay on your sites and your own site [...]

]]>
By: Joacim Boive http://925html.com/code/facebook-style-overlay-in-yui-3-css-3/comment-page-1/#comment-583 Joacim Boive Wed, 01 Jul 2009 08:58:01 +0000 http://925html.com/?p=337#comment-583 @Eric - Great! Thanks! /J @Eric – Great! Thanks!

/J

]]>
By: Eric Ferraiuolo http://925html.com/code/facebook-style-overlay-in-yui-3-css-3/comment-page-1/#comment-581 Eric Ferraiuolo Tue, 30 Jun 2009 17:22:48 +0000 http://925html.com/?p=337#comment-581 @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. @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.

]]>
By: Richard http://925html.com/code/facebook-style-overlay-in-yui-3-css-3/comment-page-1/#comment-580 Richard Tue, 30 Jun 2009 16:22:17 +0000 http://925html.com/?p=337#comment-580 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 "yui-widget-" from the CSS and set underlay to "none" 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 “yui-widget-” from the CSS and set underlay to “none”

]]>
By: Eric Ferraiuolo http://925html.com/code/facebook-style-overlay-in-yui-3-css-3/comment-page-1/#comment-579 Eric Ferraiuolo Tue, 30 Jun 2009 15:54:23 +0000 http://925html.com/?p=337#comment-579 @Joacim Feel free to create a 1x1 alpha-transparent PNG that's black @ 50% opacity; then you could do this in CSS: <pre><code class="css">.yui-widget #fbOverlay { background: url(path/to/bg-image.png); background: rgba(0, 0, 0, 0.5); }</code></pre> Since IE doesn't know about <code>rgba</code> it will ignore it, letting the background image shine through. @Joacim Feel free to create a 1×1 alpha-transparent PNG that’s black @ 50% opacity; then you could do this in CSS:

.yui-widget #fbOverlay {
	background: url(path/to/bg-image.png);
	background: rgba(0, 0, 0, 0.5);
}

Since IE doesn’t know about rgba it will ignore it, letting the background image shine through.

]]>
By: Joacim Boive http://925html.com/code/facebook-style-overlay-in-yui-3-css-3/comment-page-1/#comment-578 Joacim Boive Tue, 30 Jun 2009 08:41:16 +0000 http://925html.com/?p=337#comment-578 Cool! But it would've been nice with an example where the borders worked in at least IE7 or IE8 as well. (I know CSS3 isn't supported, but still). Thanks! /J Cool!

But it would’ve been nice with an example where the borders worked in at least IE7 or IE8 as well. (I know CSS3 isn’t supported, but still).

Thanks!

/J

]]>
By: Eric Ferraiuolo http://925html.com/code/facebook-style-overlay-in-yui-3-css-3/comment-page-1/#comment-571 Eric Ferraiuolo Fri, 26 Jun 2009 06:22:59 +0000 http://925html.com/?p=337#comment-571 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>. Wrote my thoughts on YUI 3 Widget skinning on the YUI Library Forum.

]]>
By: Eric Ferraiuolo http://925html.com/code/facebook-style-overlay-in-yui-3-css-3/comment-page-1/#comment-569 Eric Ferraiuolo Thu, 25 Jun 2009 05:05:44 +0000 http://925html.com/?p=337#comment-569 @Luke if YUI 3 starts to have more of a story around custom skinning I will ;-) @Luke if YUI 3 starts to have more of a story around custom skinning I will ;-)

]]>