<?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: Box-Shadow back on the Menu (and other updates)</title>
	<atom:link href="http://www.css3.info/box-shadow-back-on-the-menu-and-other-updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.css3.info/box-shadow-back-on-the-menu-and-other-updates/</link>
	<description>All you ever needed to know about CSS3</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:52:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Antoine Baptist</title>
		<link>http://www.css3.info/box-shadow-back-on-the-menu-and-other-updates/comment-page-1/#comment-263271</link>
		<dc:creator>Antoine Baptist</dc:creator>
		<pubDate>Sun, 29 Jan 2012 11:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=962#comment-263271</guid>
		<description>Muchos Gracias for your blog.Much thanks again. Much obliged.</description>
		<content:encoded><![CDATA[<p>Muchos Gracias for your blog.Much thanks again. Much obliged.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Genevieve</title>
		<link>http://www.css3.info/box-shadow-back-on-the-menu-and-other-updates/comment-page-1/#comment-259840</link>
		<dc:creator>Genevieve</dc:creator>
		<pubDate>Tue, 10 Aug 2010 12:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=962#comment-259840</guid>
		<description> Just been mucking around with this as well, the shadow&#039;s are showing up in safari, but not firefox, any idea&#039;s why? </description>
		<content:encoded><![CDATA[<p> Just been mucking around with this as well, the shadow&#8217;s are showing up in safari, but not firefox, any idea&#8217;s why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.css3.info/box-shadow-back-on-the-menu-and-other-updates/comment-page-1/#comment-259806</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 04 Aug 2010 07:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=962#comment-259806</guid>
		<description>Curious, just mucking around with this. I notice that box-shadow inset only works correctly when a border is applied if a border-radius is used. Does not create the proper inset shadow. I wonder if this is something that they may change???</description>
		<content:encoded><![CDATA[<p>Curious, just mucking around with this. I notice that box-shadow inset only works correctly when a border is applied if a border-radius is used. Does not create the proper inset shadow. I wonder if this is something that they may change???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francisco</title>
		<link>http://www.css3.info/box-shadow-back-on-the-menu-and-other-updates/comment-page-1/#comment-259769</link>
		<dc:creator>Francisco</dc:creator>
		<pubDate>Tue, 27 Jul 2010 05:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=962#comment-259769</guid>
		<description>I really love how it gives me the posibility to create nice and cute border and shadow without any desgined img, i&#039;m really thank to this new property, thx </description>
		<content:encoded><![CDATA[<p>I really love how it gives me the posibility to create nice and cute border and shadow without any desgined img, i&#8217;m really thank to this new property, thx </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Reeve</title>
		<link>http://www.css3.info/box-shadow-back-on-the-menu-and-other-updates/comment-page-1/#comment-259425</link>
		<dc:creator>Phil Reeve</dc:creator>
		<pubDate>Wed, 16 Jun 2010 10:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=962#comment-259425</guid>
		<description>Martin Hintzmann has a useful solution for box shadows in Internet Explorer here:
http://www.hintzmann.dk/testcenter/js/jquery/boxshadow/

I modified the script to accept an alpha value as well - here:
http://www.yapura.co.uk/dev/jquery.boxshadow.alpha.js</description>
		<content:encoded><![CDATA[<p>Martin Hintzmann has a useful solution for box shadows in Internet Explorer here:<br />
<a href="http://www.hintzmann.dk/testcenter/js/jquery/boxshadow/" rel="nofollow">http://www.hintzmann.dk/testcenter/js/jquery/boxshadow/</a></p>
<p>I modified the script to accept an alpha value as well &#8211; here:<br />
<a href="http://www.yapura.co.uk/dev/jquery.boxshadow.alpha.js" rel="nofollow">http://www.yapura.co.uk/dev/jquery.boxshadow.alpha.js</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgio Liscio</title>
		<link>http://www.css3.info/box-shadow-back-on-the-menu-and-other-updates/comment-page-1/#comment-259325</link>
		<dc:creator>Giorgio Liscio</dc:creator>
		<pubDate>Sun, 06 Jun 2010 16:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=962#comment-259325</guid>
		<description>box-shadow:
0 0 0 10px rgba(255,0,0,0.5)
,
0 0 0 20px rgba(0,255,0,0.5)
;

inner shadow (red) is mixed with the outer shadow color (green)

so my red is now a &quot;yellow&quot;

i think box shadow should provide a way to set the &quot;blending mode&quot; of the shadows

box-shadow-blending:true &#124;&#124; false

or something</description>
		<content:encoded><![CDATA[<p>box-shadow:<br />
0 0 0 10px rgba(255,0,0,0.5)<br />
,<br />
0 0 0 20px rgba(0,255,0,0.5)<br />
;</p>
<p>inner shadow (red) is mixed with the outer shadow color (green)</p>
<p>so my red is now a &#8220;yellow&#8221;</p>
<p>i think box shadow should provide a way to set the &#8220;blending mode&#8221; of the shadows</p>
<p>box-shadow-blending:true || false</p>
<p>or something</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Walker</title>
		<link>http://www.css3.info/box-shadow-back-on-the-menu-and-other-updates/comment-page-1/#comment-259240</link>
		<dc:creator>Daniel Walker</dc:creator>
		<pubDate>Sun, 30 May 2010 23:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=962#comment-259240</guid>
		<description>I think what Primat is asking for is a way to have box-shadows use a blending model that actually approximates shadows so that they are _always_ darker than the background, i.e. using lerp(a, shadowcolour*backgroundcolour, backgroundcolour) instead of lerp(a, shadowcolour, backgroundcolour).

Personally, I&#039;m ok with the way blending works now (it&#039;s good enough for most situations) but what I&#039;d really like is to be able to specify a purely-vertical or purely-horizontal blur and spread.</description>
		<content:encoded><![CDATA[<p>I think what Primat is asking for is a way to have box-shadows use a blending model that actually approximates shadows so that they are _always_ darker than the background, i.e. using lerp(a, shadowcolour*backgroundcolour, backgroundcolour) instead of lerp(a, shadowcolour, backgroundcolour).</p>
<p>Personally, I&#8217;m ok with the way blending works now (it&#8217;s good enough for most situations) but what I&#8217;d really like is to be able to specify a purely-vertical or purely-horizontal blur and spread.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QOAL</title>
		<link>http://www.css3.info/box-shadow-back-on-the-menu-and-other-updates/comment-page-1/#comment-259235</link>
		<dc:creator>QOAL</dc:creator>
		<pubDate>Sat, 29 May 2010 16:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=962#comment-259235</guid>
		<description>Primat: use rgba() to set the colour of the shadow, that&#039;ll give you control over the opacity.</description>
		<content:encoded><![CDATA[<p>Primat: use rgba() to set the colour of the shadow, that&#8217;ll give you control over the opacity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: primat</title>
		<link>http://www.css3.info/box-shadow-back-on-the-menu-and-other-updates/comment-page-1/#comment-259230</link>
		<dc:creator>primat</dc:creator>
		<pubDate>Fri, 28 May 2010 20:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=962#comment-259230</guid>
		<description>I just tried out box-shadow property on a live site. It works nice. However, the term box shadow is somewhat misleading. 

In order to have a very soft &#039;shadow&#039; over a bright background, it is required that the color value is high (towards the #ffffff). 

I have this applied on rotating background images. When the background image is bright, the &#039;shadow&#039; appears fine. But when the background is dark, the &#039;shadow&#039; is actually a glow. This isn&#039;t normal behavior for a shadow and in this particular case, is undesirable. 

An opacity parameter would make this much more flexible, but the term &#039;shadow&#039; would still not be precise. Then again, box-glow wouldn&#039;t be any better.</description>
		<content:encoded><![CDATA[<p>I just tried out box-shadow property on a live site. It works nice. However, the term box shadow is somewhat misleading. </p>
<p>In order to have a very soft &#8216;shadow&#8217; over a bright background, it is required that the color value is high (towards the #ffffff). </p>
<p>I have this applied on rotating background images. When the background image is bright, the &#8216;shadow&#8217; appears fine. But when the background is dark, the &#8216;shadow&#8217; is actually a glow. This isn&#8217;t normal behavior for a shadow and in this particular case, is undesirable. </p>
<p>An opacity parameter would make this much more flexible, but the term &#8216;shadow&#8217; would still not be precise. Then again, box-glow wouldn&#8217;t be any better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AllSayThat</title>
		<link>http://www.css3.info/box-shadow-back-on-the-menu-and-other-updates/comment-page-1/#comment-259184</link>
		<dc:creator>AllSayThat</dc:creator>
		<pubDate>Fri, 21 May 2010 11:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=962#comment-259184</guid>
		<description>I think we need big campaign for deny Internet Explorer because it make limit for web designers progress</description>
		<content:encoded><![CDATA[<p>I think we need big campaign for deny Internet Explorer because it make limit for web designers progress</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/


Served from: css3.info @ 2012-02-08 22:37:44 -->
