<?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: Cross-browser CSS3 box-shadow</title>
	<atom:link href="http://dimox.net/cross-browser-css3-box-shadow/feed/" rel="self" type="application/rss+xml" />
	<link>http://dimox.net/cross-browser-css3-box-shadow/</link>
	<description>CSS, HTML, jQuery, WordPress</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:20:35 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: L Walker</title>
		<link>http://dimox.net/cross-browser-css3-box-shadow/comment-page-1/#comment-1345</link>
		<dc:creator>L Walker</dc:creator>
		<pubDate>Tue, 17 Jan 2012 21:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://dimox.net/?p=11#comment-1345</guid>
		<description>I have to be able to use this:
-moz-box-shadow: 0 0 10px #555;
        -webkit-box-shadow: 0 0 10px #555;
        box-shadow: 0 0 10px #555;
in IE6 and IE7 and IE8.  We do not have a lot of site visitors in iE9 as of yet.
However, when I save the .htc file to the appropriate location and add the line...
behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the &#039;box&#039; class */
just below the box-shadow: shown above, it does not render in IE at all.
I have one user that is on IE9 and it still does not work.</description>
		<content:encoded><![CDATA[<p>I have to be able to use this:<br />
-moz-box-shadow: 0 0 10px #555;<br />
        -webkit-box-shadow: 0 0 10px #555;<br />
        box-shadow: 0 0 10px #555;<br />
in IE6 and IE7 and IE8.  We do not have a lot of site visitors in iE9 as of yet.<br />
However, when I save the .htc file to the appropriate location and add the line&#8230;<br />
behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the &#8216;box&#8217; class */<br />
just below the box-shadow: shown above, it does not render in IE at all.<br />
I have one user that is on IE9 and it still does not work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tonis</title>
		<link>http://dimox.net/cross-browser-css3-box-shadow/comment-page-1/#comment-1329</link>
		<dc:creator>tonis</dc:creator>
		<pubDate>Sun, 08 Jan 2012 19:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://dimox.net/?p=11#comment-1329</guid>
		<description>thanks a lot for this, its great</description>
		<content:encoded><![CDATA[<p>thanks a lot for this, its great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yehuda</title>
		<link>http://dimox.net/cross-browser-css3-box-shadow/comment-page-1/#comment-1328</link>
		<dc:creator>Yehuda</dc:creator>
		<pubDate>Sun, 08 Jan 2012 17:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://dimox.net/?p=11#comment-1328</guid>
		<description>thanx. i had that all along, just couldn&#039;t work out why it wasn&#039;t displaying. turns out that (on chrome at least, haven&#039;t checked the other browsers), if you try to do an inset shadow in a text-box in a form, it only works if you stylize the border too. if you leave it to the default border settings, it will not display any box-shadow, inset or otherwise.</description>
		<content:encoded><![CDATA[<p>thanx. i had that all along, just couldn&#8217;t work out why it wasn&#8217;t displaying. turns out that (on chrome at least, haven&#8217;t checked the other browsers), if you try to do an inset shadow in a text-box in a form, it only works if you stylize the border too. if you leave it to the default border settings, it will not display any box-shadow, inset or otherwise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimox</title>
		<link>http://dimox.net/cross-browser-css3-box-shadow/comment-page-1/#comment-1327</link>
		<dc:creator>Dimox</dc:creator>
		<pubDate>Sun, 08 Jan 2012 17:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://dimox.net/?p=11#comment-1327</guid>
		<description>It looks like this:

&lt;code&gt;box-shadow: inset 10px 10px 10px #000;&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>It looks like this:</p>
<p><code>box-shadow: inset 10px 10px 10px #000;</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yehuda</title>
		<link>http://dimox.net/cross-browser-css3-box-shadow/comment-page-1/#comment-1326</link>
		<dc:creator>Yehuda</dc:creator>
		<pubDate>Sun, 08 Jan 2012 16:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://dimox.net/?p=11#comment-1326</guid>
		<description>Is it possible to do an inset box-shadow? I&#039;ve tried a few things, and I&#039;m sure I&#039;ve done it before, I just can&#039;t work out how.</description>
		<content:encoded><![CDATA[<p>Is it possible to do an inset box-shadow? I&#8217;ve tried a few things, and I&#8217;m sure I&#8217;ve done it before, I just can&#8217;t work out how.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

