<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'CSS Drop Shadow'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 03:32:41 GMT</pubDate>
<item>
<title>wizard04 said on 9/4/08</title>
<link>http://snipplr.com/view/8166/css-drop-shadow/</link>
<description><![CDATA[ ...so much for Markdown markup...
`<div style="width:100px; height:100px; border:3px solid black; filter:alpha(opacity=10);"></div>` ]]></description>
<pubDate>Thu, 04 Sep 2008 10:59:24 GMT</pubDate>
<guid>http://snipplr.com/view/8166/css-drop-shadow/</guid>
</item>
<item>
<title>wizard04 said on 9/4/08</title>
<link>http://snipplr.com/view/8166/css-drop-shadow/</link>
<description><![CDATA[ I wouldn't think applying opacity to borders would make any difference. :-? Trying a simple example like this works fine:  
    `` ]]></description>
<pubDate>Thu, 04 Sep 2008 10:58:00 GMT</pubDate>
<guid>http://snipplr.com/view/8166/css-drop-shadow/</guid>
</item>
<item>
<title>wizard04 said on 9/4/08</title>
<link>http://snipplr.com/view/8166/css-drop-shadow/</link>
<description><![CDATA[ True, unless you have a `div` inside `.dropContent`. I could reverse it in `.dropShadow .dropContent div`, but that could cause problems with priorities if you're not paying attention. ]]></description>
<pubDate>Thu, 04 Sep 2008 10:39:58 GMT</pubDate>
<guid>http://snipplr.com/view/8166/css-drop-shadow/</guid>
</item>
<item>
<title>doublej said on 9/4/08</title>
<link>http://snipplr.com/view/8166/css-drop-shadow/</link>
<description><![CDATA[ It is not working, but it seems that you are not using the same technique as i am. You're using borders while i am using the actual block to produce the contrast.

As for rule 43 &amp; 44. A selector like this works fine as well:
      /*top &amp; bottom borders*/   
      .dropShadow div div{   
      position:absolute;   
      top:8px; right:0; bottom:0; left:8px;   
      border-style:solid;   
      border-color:#999999;   
      } ]]></description>
<pubDate>Thu, 04 Sep 2008 09:32:41 GMT</pubDate>
<guid>http://snipplr.com/view/8166/css-drop-shadow/</guid>
</item>
<item>
<title>wizard04 said on 9/4/08</title>
<link>http://snipplr.com/view/8166/css-drop-shadow/</link>
<description><![CDATA[ Yours works fine; I have no idea why mine doesn't. Does it work for you if you put it in? ]]></description>
<pubDate>Thu, 04 Sep 2008 08:02:25 GMT</pubDate>
<guid>http://snipplr.com/view/8166/css-drop-shadow/</guid>
</item>
<item>
<title>doublej said on 9/4/08</title>
<link>http://snipplr.com/view/8166/css-drop-shadow/</link>
<description><![CDATA[ Nice job, how come the filter doesn't work? Works fine in [mine](http://snipplr.com/view/8142/imageless-dropshadow/ "Image-Less Drop-Shadow"), right? ]]></description>
<pubDate>Thu, 04 Sep 2008 03:04:46 GMT</pubDate>
<guid>http://snipplr.com/view/8166/css-drop-shadow/</guid>
</item>
</channel>
</rss>