<?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: Pure CSS Vignette</title>
	<atom:link href="http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/feed/" rel="self" type="application/rss+xml" />
	<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/</link>
	<description>The work &#38; play of Radu Chelariu</description>
	<lastBuildDate>Mon, 13 Jun 2011 06:52:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Ben</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-1554</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 02 Jun 2011 21:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-1554</guid>
		<description>why make 4 divs when you can make it in one?
That&#039;s the beauty of inset box shadow in CSS3.
Here&#039;s the code: 
min-height: 100%;
min-width: 100%;
background-color: #DDD;
-moz-box-shadow: inset 0 0 150px 5px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0 0 150px 5px rgba(0,0,0,0.5);
box-shadow: inset 0 0 150px 5px rgba(0,0,0,0.5);</description>
		<content:encoded><![CDATA[<p>why make 4 divs when you can make it in one?<br />
That&#8217;s the beauty of inset box shadow in CSS3.<br />
Here&#8217;s the code:<br />
min-height: 100%;<br />
min-width: 100%;<br />
background-color: #DDD;<br />
-moz-box-shadow: inset 0 0 150px 5px rgba(0,0,0,0.5);<br />
-webkit-box-shadow: inset 0 0 150px 5px rgba(0,0,0,0.5);<br />
box-shadow: inset 0 0 150px 5px rgba(0,0,0,0.5);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan cave</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-1460</link>
		<dc:creator>dan cave</dc:creator>
		<pubDate>Mon, 09 May 2011 22:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-1460</guid>
		<description>Thank you. I just read my comment back and it didn&#039;t come across quite as light hearted as I meant it to :(

I always commend standards developers, especially you guys who push things forwards and then share with the rest of us.

I just made my vignette as quickly as I could with my out of date CSS.

Thank you for pointing out the jitteryness, I would love to fix it, but alas my script-fu is weak.</description>
		<content:encoded><![CDATA[<p>Thank you. I just read my comment back and it didn&#8217;t come across quite as light hearted as I meant it to <img src='http://sickdesigner.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I always commend standards developers, especially you guys who push things forwards and then share with the rest of us.</p>
<p>I just made my vignette as quickly as I could with my out of date CSS.</p>
<p>Thank you for pointing out the jitteryness, I would love to fix it, but alas my script-fu is weak.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Brocklehurst</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-1459</link>
		<dc:creator>James Brocklehurst</dc:creator>
		<pubDate>Mon, 09 May 2011 20:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-1459</guid>
		<description>Hi Radu, I got to your site via the Masonry CSS post, then saw this, which got my attention &#039;cause I&#039;d been working on something similar.

Anyway, getting to the point, I&#039;m wondering if you could be able to achieve a similar result using a radial gradient (black to transparent) applied to an absolutely positioned :after pseudo element attached to the html element, and make the body a lower z-index. Haven&#039;t tried but it may offer a way of avoiding all the divs?

I have some nice vignetted buttons that you may find interesting &lt;a href=&quot;http://www.mightymeta.co.uk/css3-animated-vignette-buttons/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi Radu, I got to your site via the Masonry CSS post, then saw this, which got my attention &#8217;cause I&#8217;d been working on something similar.</p>
<p>Anyway, getting to the point, I&#8217;m wondering if you could be able to achieve a similar result using a radial gradient (black to transparent) applied to an absolutely positioned :after pseudo element attached to the html element, and make the body a lower z-index. Haven&#8217;t tried but it may offer a way of avoiding all the divs?</p>
<p>I have some nice vignetted buttons that you may find interesting <a href="http://www.mightymeta.co.uk/css3-animated-vignette-buttons/" rel="nofollow">here</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radu Chelariu</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-1457</link>
		<dc:creator>Radu Chelariu</dc:creator>
		<pubDate>Mon, 09 May 2011 17:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-1457</guid>
		<description>Good implementation! Yes, there&#039;s a but. Actually two:
	1) It&#039;s a bit buggy if you scroll medium-fast, in Mozilla. The vignettes get a bit jittery.
	2) It&#039;s got Javascript :( The whole point of my post was that it&#039;s about a pure CSS vignette. Not sure why you&#039;d prefer using the JS version, especially since you get a few extra divs in there (not that my four are any better).

</description>
		<content:encoded><![CDATA[<p>Good implementation! Yes, there&#8217;s a but. Actually two:<br />
	1) It&#8217;s a bit buggy if you scroll medium-fast, in Mozilla. The vignettes get a bit jittery.<br />
	2) It&#8217;s got Javascript <img src='http://sickdesigner.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  The whole point of my post was that it&#8217;s about a pure CSS vignette. Not sure why you&#8217;d prefer using the JS version, especially since you get a few extra divs in there (not that my four are any better).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dancave</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-1448</link>
		<dc:creator>dancave</dc:creator>
		<pubDate>Mon, 09 May 2011 15:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-1448</guid>
		<description>I made a version of this that works across the &#039;main modern browsers&#039;, resizes, scrolls, and has the nice curved adges this one doesnt... feel free to pull the code apart and use it if you know how...

Its basiclly CSS2, HTML 4, and some borrowed javascript  to calculate some positions so that it works on scroll to.

http://www.colourpool.com/newtest/

The site is just something im working on. If you use it and feel like linking to www.colourpool.com then I would apreciate it. If not, thats fine too.</description>
		<content:encoded><![CDATA[<p>I made a version of this that works across the &#8216;main modern browsers&#8217;, resizes, scrolls, and has the nice curved adges this one doesnt&#8230; feel free to pull the code apart and use it if you know how&#8230;</p>
<p>Its basiclly CSS2, HTML 4, and some borrowed javascript  to calculate some positions so that it works on scroll to.</p>
<p><a href="http://www.colourpool.com/newtest/" rel="nofollow">http://www.colourpool.com/newtest/</a></p>
<p>The site is just something im working on. If you use it and feel like linking to <a href="http://www.colourpool.com" rel="nofollow">http://www.colourpool.com</a> then I would apreciate it. If not, thats fine too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MyWhirledView</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-231</link>
		<dc:creator>MyWhirledView</dc:creator>
		<pubDate>Thu, 10 Jun 2010 23:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-231</guid>
		<description>This worked for me in a couple browsers:

body {
   margin:0; padding:0;height:100%;
   box-shadow:inset 0 0 200px rgba(0,0,0,.7);
   -moz-box-shadow:inset 0 0 200px rgba(0,0,0,.7);
   -webkit-box-shadow:inset 0 0 200px rgba(0,0,0,.7);
   background-image:url(http://t2.gstatic.com/images?q=tbn:UkkysNWvrTEZdM);
}</description>
		<content:encoded><![CDATA[<p>This worked for me in a couple browsers:</p>
<p>body {<br />
   margin:0; padding:0;height:100%;<br />
   box-shadow:inset 0 0 200px rgba(0,0,0,.7);<br />
   -moz-box-shadow:inset 0 0 200px rgba(0,0,0,.7);<br />
   -webkit-box-shadow:inset 0 0 200px rgba(0,0,0,.7);<br />
   background-image:url(http://t2.gstatic.com/images?q=tbn:UkkysNWvrTEZdM);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radu Chelariu</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-229</link>
		<dc:creator>Radu Chelariu</dc:creator>
		<pubDate>Tue, 01 Jun 2010 17:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-229</guid>
		<description>Thanks, Bud. I&#039;m glad you enjoy Sickdesigner and hope to see you around here some more!</description>
		<content:encoded><![CDATA[<p>Thanks, Bud. I&#8217;m glad you enjoy Sickdesigner and hope to see you around here some more!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bud</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-228</link>
		<dc:creator>Bud</dc:creator>
		<pubDate>Tue, 01 Jun 2010 03:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-228</guid>
		<description>I just love how your website is designed &amp; structure. very creative &amp; great articles. BLESS YOU</description>
		<content:encoded><![CDATA[<p>I just love how your website is designed &amp; structure. very creative &amp; great articles. BLESS YOU</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radu Chelariu</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-223</link>
		<dc:creator>Radu Chelariu</dc:creator>
		<pubDate>Thu, 29 Apr 2010 03:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-223</guid>
		<description>Chris: thanks for using the Vignette technique on your website, it&#039;s great! Also, very good pointer with using position:fixed ;)</description>
		<content:encoded><![CDATA[<p>Chris: thanks for using the Vignette technique on your website, it&#8217;s great! Also, very good pointer with using position:fixed <img src='http://sickdesigner.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Armstrong</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-222</link>
		<dc:creator>Chris Armstrong</dc:creator>
		<pubDate>Wed, 28 Apr 2010 21:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-222</guid>
		<description>I put it to use one my site here http://chris-armstrong.com/ (still a work in progress). Have a few suggestions...
- Make it position:fixed instead of position:absolute
- add top:0; to #left and #right</description>
		<content:encoded><![CDATA[<p>I put it to use one my site here <a href="http://chris-armstrong.com/" rel="nofollow">http://chris-armstrong.com/</a> (still a work in progress). Have a few suggestions&#8230;<br />
- Make it position:fixed instead of position:absolute<br />
- add top:0; to #left and #right</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radu Chelariu</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-221</link>
		<dc:creator>Radu Chelariu</dc:creator>
		<pubDate>Sat, 24 Apr 2010 12:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-221</guid>
		<description>@Chris Armstrong: Hi Chris, I&#039;m glad you like the vignette effect! Yes, you could use a Radial Gradient but you&#039;d have to have apply it behind the content. If you&#039;d position this Radial Gradient div above all the content, users couldn&#039;t select anything, because you&#039;d essentially have another layer above everything on your site. This is why I prefer the 4 div approach. Sure, there&#039;s a bit too much markup but it ensures that the design doesn&#039;t get in the way of usability. Still, your call!</description>
		<content:encoded><![CDATA[<p>@Chris Armstrong: Hi Chris, I&#8217;m glad you like the vignette effect! Yes, you could use a Radial Gradient but you&#8217;d have to have apply it behind the content. If you&#8217;d position this Radial Gradient div above all the content, users couldn&#8217;t select anything, because you&#8217;d essentially have another layer above everything on your site. This is why I prefer the 4 div approach. Sure, there&#8217;s a bit too much markup but it ensures that the design doesn&#8217;t get in the way of usability. Still, your call!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Armstrong</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-220</link>
		<dc:creator>Chris Armstrong</dc:creator>
		<pubDate>Sat, 24 Apr 2010 11:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-220</guid>
		<description>Great tutorial thanks, its perfect for an effect I&#039;m trying to get on my site redesign. Would it be possible to use one Radial Gradients instead of 4 Linear ones?</description>
		<content:encoded><![CDATA[<p>Great tutorial thanks, its perfect for an effect I&#8217;m trying to get on my site redesign. Would it be possible to use one Radial Gradients instead of 4 Linear ones?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radu Chelariu</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-219</link>
		<dc:creator>Radu Chelariu</dc:creator>
		<pubDate>Thu, 22 Apr 2010 13:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-219</guid>
		<description>@Sean: heeey, it&#039;s nice to see a Linux user here! I thought you all were ignoring me or something :) Just kiddin&#039; it&#039;s nice to have you!</description>
		<content:encoded><![CDATA[<p>@Sean: heeey, it&#8217;s nice to see a Linux user here! I thought you all were ignoring me or something <img src='http://sickdesigner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Just kiddin&#8217; it&#8217;s nice to have you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-218</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 22 Apr 2010 13:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-218</guid>
		<description>Very nice.

FYI it works in Win Firefox 3.6.3 but not in Linux Firefox 3.5.9 (but it degrades fine).

Just found your site, looks great, will be back.</description>
		<content:encoded><![CDATA[<p>Very nice.</p>
<p>FYI it works in Win Firefox 3.6.3 but not in Linux Firefox 3.5.9 (but it degrades fine).</p>
<p>Just found your site, looks great, will be back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-217</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 16 Apr 2010 21:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-217</guid>
		<description>Neat little effect.  Another one to hold on to!  Thanks.</description>
		<content:encoded><![CDATA[<p>Neat little effect.  Another one to hold on to!  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radu Chelariu</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-216</link>
		<dc:creator>Radu Chelariu</dc:creator>
		<pubDate>Fri, 16 Apr 2010 09:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-216</guid>
		<description>@Adam: that wouldn&#039;t work out as well, since the vignette would either be fixed in size or the images would be stretched out. Also, that would require the use of 9 images, which isn&#039;t very nice to maintain.
What version of Firefox are you using? It should work ok for anything above 3.0.
Congratulations on being a Photographer and Designer, both with capitals.</description>
		<content:encoded><![CDATA[<p>@Adam: that wouldn&#8217;t work out as well, since the vignette would either be fixed in size or the images would be stretched out. Also, that would require the use of 9 images, which isn&#8217;t very nice to maintain.<br />
What version of Firefox are you using? It should work ok for anything above 3.0.<br />
Congratulations on being a Photographer and Designer, both with capitals.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-215</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 16 Apr 2010 09:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-215</guid>
		<description>It&#039;s a cheap look that does not work in FireFox or IE - the 2 major browsers of the net (atleast didnt work in your example).  Do you want to know a nice cross browser solution? Do the effect in photoshot.  And that&#039;s coming from a Photographer and Designer.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a cheap look that does not work in FireFox or IE &#8211; the 2 major browsers of the net (atleast didnt work in your example).  Do you want to know a nice cross browser solution? Do the effect in photoshot.  And that&#8217;s coming from a Photographer and Designer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Rapley</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-214</link>
		<dc:creator>Kevin Rapley</dc:creator>
		<pubDate>Fri, 16 Apr 2010 08:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-214</guid>
		<description>@Denis/Radu you can also add the argument for progressive enhancement. Why not do it? All Webkit browsers and Mozilla can render these styles, and likely are future browsers. IE and older browsers will have a lesser user experience, yes, but they still receive an experience (they get to see the photos/images) and an experience they are use to. Many IE users are unaware that websites have rounded corners and drop-shadows in more modern browsers.</description>
		<content:encoded><![CDATA[<p>@Denis/Radu you can also add the argument for progressive enhancement. Why not do it? All Webkit browsers and Mozilla can render these styles, and likely are future browsers. IE and older browsers will have a lesser user experience, yes, but they still receive an experience (they get to see the photos/images) and an experience they are use to. Many IE users are unaware that websites have rounded corners and drop-shadows in more modern browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radu Chelariu</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-213</link>
		<dc:creator>Radu Chelariu</dc:creator>
		<pubDate>Fri, 16 Apr 2010 07:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-213</guid>
		<description>@Denis: because one browser shouldn&#039;t hinder progress; because IE9 is just around the corner; because we&#039;ve been catering to IE for far too long; because other browsers are gaining ground, user wise, by the minute. Just a few days ago, Opera hit 100 milion users, for example. Just a few ideas.</description>
		<content:encoded><![CDATA[<p>@Denis: because one browser shouldn&#8217;t hinder progress; because IE9 is just around the corner; because we&#8217;ve been catering to IE for far too long; because other browsers are gaining ground, user wise, by the minute. Just a few days ago, Opera hit 100 milion users, for example. Just a few ideas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radu Chelariu</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-212</link>
		<dc:creator>Radu Chelariu</dc:creator>
		<pubDate>Fri, 16 Apr 2010 07:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-212</guid>
		<description>@Hans: I am aware of the proprietary IE filter properties but I decided to not include them in this tutorial. The reason is simple: it&#039;s not valid. Also, if I&#039;m not mistaking, the filter properties apply only to IE versions 7 an below. Though I could be mistaking.</description>
		<content:encoded><![CDATA[<p>@Hans: I am aware of the proprietary IE filter properties but I decided to not include them in this tutorial. The reason is simple: it&#8217;s not valid. Also, if I&#8217;m not mistaking, the filter properties apply only to IE versions 7 an below. Though I could be mistaking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis Samoilov</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-211</link>
		<dc:creator>Denis Samoilov</dc:creator>
		<pubDate>Fri, 16 Apr 2010 07:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-211</guid>
		<description>Nice, but why do we need it, if it doesn&#039;t work even in ie8?</description>
		<content:encoded><![CDATA[<p>Nice, but why do we need it, if it doesn&#8217;t work even in ie8?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Chr. Reinl</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-210</link>
		<dc:creator>Hans Chr. Reinl</dc:creator>
		<pubDate>Fri, 16 Apr 2010 07:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-210</guid>
		<description>Hey,
I had just a thought for IE. Isn&#039;t it possible to do the gradient-stuff with a filter?

filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=&#039;#bed6ce&#039;,endColorstr=&#039;#8ccbb6&#039;);

This works with &gt; IE 6. I don&#039;t know how it supports transparencies.
It&#039;s not perfect but it&#039;s better than leaving IE totally out.</description>
		<content:encoded><![CDATA[<p>Hey,<br />
I had just a thought for IE. Isn&#8217;t it possible to do the gradient-stuff with a filter?</p>
<p>filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=&#8217;#bed6ce&#8217;,endColorstr=&#8217;#8ccbb6&#8242;);</p>
<p>This works with &gt; IE 6. I don&#8217;t know how it supports transparencies.<br />
It&#8217;s not perfect but it&#8217;s better than leaving IE totally out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radu Chelariu</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-209</link>
		<dc:creator>Radu Chelariu</dc:creator>
		<pubDate>Fri, 16 Apr 2010 07:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-209</guid>
		<description>@Hugh: good point.
@Kevin: you know what? I think it could be done! With an inverse box-shadow directly on the body tag, one could, theoretically, create the same effect without extra divs. I&#039;ll give your idea a bash and if it works out, I&#039;ll post an update. Nice catch!</description>
		<content:encoded><![CDATA[<p>@Hugh: good point.<br />
@Kevin: you know what? I think it could be done! With an inverse box-shadow directly on the body tag, one could, theoretically, create the same effect without extra divs. I&#8217;ll give your idea a bash and if it works out, I&#8217;ll post an update. Nice catch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Rapley</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-208</link>
		<dc:creator>Kevin Rapley</dc:creator>
		<pubDate>Fri, 16 Apr 2010 07:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-208</guid>
		<description>Could this not be achieved with box-shadow: inset 0 0 1em black; ? I am not a big fan of using extraneous markup to achieve visual design. The HTML should be semantic with style kept separate. Markup should never be edited to assist styling. I am pretty sure box-shadow that I mentioned can be used either directly to the image tag (not tested) or on just one div absolutely positioned over the image. We should always strive to avoid tag soup.</description>
		<content:encoded><![CDATA[<p>Could this not be achieved with box-shadow: inset 0 0 1em black; ? I am not a big fan of using extraneous markup to achieve visual design. The HTML should be semantic with style kept separate. Markup should never be edited to assist styling. I am pretty sure box-shadow that I mentioned can be used either directly to the image tag (not tested) or on just one div absolutely positioned over the image. We should always strive to avoid tag soup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugh Guiney</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-207</link>
		<dc:creator>Hugh Guiney</dc:creator>
		<pubDate>Fri, 16 Apr 2010 07:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-207</guid>
		<description>Pretty cool, but I&#039;m not too keen on the use of non-semantic divs. I wonder if there&#039;s another way to achieve the same effect.</description>
		<content:encoded><![CDATA[<p>Pretty cool, but I&#8217;m not too keen on the use of non-semantic divs. I wonder if there&#8217;s another way to achieve the same effect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radu Chelariu</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-206</link>
		<dc:creator>Radu Chelariu</dc:creator>
		<pubDate>Thu, 15 Apr 2010 14:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-206</guid>
		<description>Hi Brennan, that&#039;s actually pretty clever, but I imagine browser rendering turned it into a freaky pixel nightmare. The technique in this post is efficient and easy to maintain/modify but it&#039;s not without it&#039;s downsides; most of which come from the fact that CSS3 has only yet hit puberty. In about a year or so I imagine we&#039;ll be able to fully use CSS3 in production without any major issues.</description>
		<content:encoded><![CDATA[<p>Hi Brennan, that&#8217;s actually pretty clever, but I imagine browser rendering turned it into a freaky pixel nightmare. The technique in this post is efficient and easy to maintain/modify but it&#8217;s not without it&#8217;s downsides; most of which come from the fact that CSS3 has only yet hit puberty. In about a year or so I imagine we&#8217;ll be able to fully use CSS3 in production without any major issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brennan</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-205</link>
		<dc:creator>Brennan</dc:creator>
		<pubDate>Thu, 15 Apr 2010 14:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-205</guid>
		<description>I achieved the same effect years ago by stretching a background that had the gradient. Needless to say it was really inefficient and nasty.

This, I imagine, would be much more efficient.</description>
		<content:encoded><![CDATA[<p>I achieved the same effect years ago by stretching a background that had the gradient. Needless to say it was really inefficient and nasty.</p>
<p>This, I imagine, would be much more efficient.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radu Chelariu</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-204</link>
		<dc:creator>Radu Chelariu</dc:creator>
		<pubDate>Wed, 14 Apr 2010 13:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-204</guid>
		<description>@everyone: thanks for the great responses and the appreciation!</description>
		<content:encoded><![CDATA[<p>@everyone: thanks for the great responses and the appreciation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-203</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 14 Apr 2010 13:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-203</guid>
		<description>Nice man, really useful I&#039;ve indexed at toptuts.com to share with everyone else :)</description>
		<content:encoded><![CDATA[<p>Nice man, really useful I&#8217;ve indexed at toptuts.com to share with everyone else <img src='http://sickdesigner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mary Lou</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/css3-vignette-a-wicked-cool-technique/#comment-202</link>
		<dc:creator>Mary Lou</dc:creator>
		<pubDate>Tue, 13 Apr 2010 16:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=826#comment-202</guid>
		<description>Oh, I love this effect! Thanks for sharing it!</description>
		<content:encoded><![CDATA[<p>Oh, I love this effect! Thanks for sharing it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

