<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: Drop Shadow for Content or Sidebar using &#039;box-shadow&#039;</title>
		<link>http://en.forums.wordpress.com/topic/drop-shadow-for-content-or-sidebar-using-box-shadow</link>
		<description>WordPress.com Forums &#187; Topic: Drop Shadow for Content or Sidebar using &#039;box-shadow&#039;</description>
		<language>en</language>
		<pubDate>Tue, 21 May 2013 18:19:55 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/drop-shadow-for-content-or-sidebar-using-box-shadow" rel="self" type="application/rss+xml" />

		<item>
			<title>gjblues on "Drop Shadow for Content or Sidebar using &#039;box-shadow&#039;"</title>
			<link>http://en.forums.wordpress.com/topic/drop-shadow-for-content-or-sidebar-using-box-shadow#post-303044</link>
			<pubDate>Wed, 28 Jan 2009 22:49:19 +0000</pubDate>
			<dc:creator>gjblues</dc:creator>
			<guid isPermaLink="false">303044@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Aaaah. This looks like it might be the route of the problem.... And, indeed, a simple check on the CSS editor confirms it.<br />
Conundrum cracked.</p>
<p>Now then, if only we can get WordPress.com to accept the box-shadow command...</p>
<p>Thank you for your help gwideman, you are a gentleman and a scholar.
</p>
]]></description>
					</item>
		<item>
			<title>gwideman on "Drop Shadow for Content or Sidebar using &#039;box-shadow&#039;"</title>
			<link>http://en.forums.wordpress.com/topic/drop-shadow-for-content-or-sidebar-using-box-shadow#post-303042</link>
			<pubDate>Wed, 28 Jan 2009 22:32:55 +0000</pubDate>
			<dc:creator>gwideman</dc:creator>
			<guid isPermaLink="false">303042@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>gjblues:</p>
<p>&#62; when you say 'not being filtered out', what do you mean?</p>
<p>I mean that the wordpress.com's CSS "Save Stylesheet" feature filters out unrecognized CSS. So for example, if you set a style like this:</p>
<p>.bogus01 {<br />
flibledeedoo:18pt;<br />
font-family:sans-serif;<br />
}</p>
<p>What you end up with is this:<br />
.bogus01 {<br />
font-family:sans-serif;<br />
}</p>
<p>So as a first check it makes sense to be sure that WP doesn't reject your newer CSS.  The above example you can see right in CSS Stylesheet Editor following a save, so you'd notice the problem quickly. </p>
<p>I don't know whether there is or isn't any other filtering in the WP system, but when troubleshooting "new-CSS-not-working" issues it might be worth checking that the CSS arrives at the browser looking like you expected.
</p>
]]></description>
					</item>
		<item>
			<title>gjblues on "Drop Shadow for Content or Sidebar using &#039;box-shadow&#039;"</title>
			<link>http://en.forums.wordpress.com/topic/drop-shadow-for-content-or-sidebar-using-box-shadow#post-302836</link>
			<pubDate>Wed, 28 Jan 2009 10:52:05 +0000</pubDate>
			<dc:creator>gjblues</dc:creator>
			<guid isPermaLink="false">302836@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>EDIT: After about 5 minutes I removed the text-shadows from titles, because they looked pants. But proof of concept remains, n'est pas?
</p>
]]></description>
					</item>
		<item>
			<title>gjblues on "Drop Shadow for Content or Sidebar using &#039;box-shadow&#039;"</title>
			<link>http://en.forums.wordpress.com/topic/drop-shadow-for-content-or-sidebar-using-box-shadow#post-302831</link>
			<pubDate>Wed, 28 Jan 2009 10:37:10 +0000</pubDate>
			<dc:creator>gjblues</dc:creator>
			<guid isPermaLink="false">302831@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey,</p>
<p>Thanks for the advice so far. I'll follow it up when I get a minute.</p>
<p>I've been tinkering with text-shadow, which is supported and, pleasingly, works! I've edited the h2 title to give it a shadow, so at least that rules out WordPress.com or the theme negating it.</p>
<p>Gwideman, when you say 'not being filtered out', what do you mean? Are you suggesting that the CSS edit tools in WordPress.com would snip out bits of code that won't be supported? I know that Safari 3.2.1 can handle box-shadow, as <a href="http://www.css3.info/preview/box-shadow" rel="nofollow">http://www.css3.info/preview/box-shadow</a> employs it, and it works fine. Hmmm, perhaps I'm just too keen and should wait for the standards to catch up.</p>
<p>Thank you for your advice, I checked Firefox 3.05 on the CSSinfo website, and it doesn't seem to be able to implement yet, so that's good to know.</p>
<p>Cheers,</p>
<p>GJBlues
</p>
]]></description>
					</item>
		<item>
			<title>gwideman on "Drop Shadow for Content or Sidebar using &#039;box-shadow&#039;"</title>
			<link>http://en.forums.wordpress.com/topic/drop-shadow-for-content-or-sidebar-using-box-shadow#post-302827</link>
			<pubDate>Wed, 28 Jan 2009 10:04:05 +0000</pubDate>
			<dc:creator>gwideman</dc:creator>
			<guid isPermaLink="false">302827@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hmmm, this post has some details that seem fairly current:<br />
<a href="http://www.isaackeyet.com/blog/2008/spices-for-modern-browsers-border-radius-box-shadow-and-text-shadow/" rel="nofollow">http://www.isaackeyet.com/blog/2008/spices-for-modern-browsers-border-radius-box-shadow-and-text-shadow/</a></p>
<p>... and claims only Safari 3+, and you have to use something like:<br />
.className {<br />
  -webkit-box-shadow: 1px 2px 3px #666;<br />
}</p>
<p>But check that this actually does make it to the browser and is not getting filtered out.
</p>
]]></description>
					</item>
		<item>
			<title>gwideman on "Drop Shadow for Content or Sidebar using &#039;box-shadow&#039;"</title>
			<link>http://en.forums.wordpress.com/topic/drop-shadow-for-content-or-sidebar-using-box-shadow#post-302826</link>
			<pubDate>Wed, 28 Jan 2009 09:59:39 +0000</pubDate>
			<dc:creator>gwideman</dc:creator>
			<guid isPermaLink="false">302826@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Do you have a browser where the sample actually works?  I read that this isn't in Firefox until 3.1 (and I'm using 3.0.5 like you, and don't see it).
</p>
]]></description>
					</item>
		<item>
			<title>gjblues on "Drop Shadow for Content or Sidebar using &#039;box-shadow&#039;"</title>
			<link>http://en.forums.wordpress.com/topic/drop-shadow-for-content-or-sidebar-using-box-shadow#post-302814</link>
			<pubDate>Wed, 28 Jan 2009 08:05:02 +0000</pubDate>
			<dc:creator>gjblues</dc:creator>
			<guid isPermaLink="false">302814@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh, sorry. The blog's at <a href="http://georgerambles.wordpress.com" rel="nofollow">http://georgerambles.wordpress.com</a>
</p>
]]></description>
					</item>
		<item>
			<title>gjblues on "Drop Shadow for Content or Sidebar using &#039;box-shadow&#039;"</title>
			<link>http://en.forums.wordpress.com/topic/drop-shadow-for-content-or-sidebar-using-box-shadow#post-302813</link>
			<pubDate>Wed, 28 Jan 2009 08:02:48 +0000</pubDate>
			<dc:creator>gjblues</dc:creator>
			<guid isPermaLink="false">302813@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there,</p>
<p>I'd like to add pretty drop shadows to my blog, namely to the sidebar and also to the main content section, so they both look as if they're floating/layered over the background image.</p>
<p>I'm somewhat familiar with CSS and the like, generally learning by experimentation, and I've been trawling the W3SChools and various other CSS sites for info on how to do this, and I came across the CSS3 standard for 'box-shadow' (<a href="http://www.w3.org/TR/css3-background/#the-box-shadow" rel="nofollow">http://www.w3.org/TR/css3-background/#the-box-shadow</a>).</p>
<p>I've been trying to get this to work in both Safari 3.2.1  and Firefox 3.0.5 (MacOS X 10.5.6, if it matters) and it just won't play ball. </p>
<p>I know it works, as 'http://www.css3.info/preview/box-shadow/' has examples. I've tried copying the code from this site;<br />
<pre><code>box-shadow: 10px 10px 5px #888;
padding: 5px 5px 5px 15px;</code></pre>
<p>and placing it within #sidebar { } for starters, and also tried placing it within #page { }, but no dice. I'm using a cosmetically modified version of the 'Neat!' theme.</p>
<p>Is this even possible? I've thought of using the '-webkit-box-shadow / -moz-box-shadow' wotzits to see if it's just a case of full implementation of the code, but to no effect. </p>
<p>Am I just being a ditz and doing something completely wrong, or will WordPress.com / Neat! just not handle this? I know I don't need to use images&#38;HTML, so I suggest anyone who feels like telling me to make half a dozen images and cram my CSS with 'really easy mods' should take a step back, take a cold shower, and chillax.</p>
<p>Thank you!</p>
<p>GJBlues
</p>
]]></description>
					</item>

	</channel>
</rss>
