<?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: CSS level 3 styles in Internet Explorer 6 onwards</title>
	<atom:link href="http://www.htmlremix.com/css/css-level-3-styles-in-internet-explorer-6-onwards/feed" rel="self" type="application/rss+xml" />
	<link>http://www.htmlremix.com/css/css-level-3-styles-in-internet-explorer-6-onwards</link>
	<description>Don&#039;t copy code.. Remix it !</description>
	<lastBuildDate>Thu, 29 Jul 2010 10:14:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Marcello</title>
		<link>http://www.htmlremix.com/css/css-level-3-styles-in-internet-explorer-6-onwards/comment-page-1#comment-12191</link>
		<dc:creator>Marcello</dc:creator>
		<pubDate>Wed, 14 Jul 2010 10:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=626#comment-12191</guid>
		<description>@Gabriel Memmel
Great fix!
I hope someone else could fix the involontary background-repeat... :-)</description>
		<content:encoded><![CDATA[<p>@Gabriel Memmel<br />
Great fix!<br />
I hope someone else could fix the involontary background-repeat&#8230; <img src='http://www.htmlremix.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liviu Anghelina</title>
		<link>http://www.htmlremix.com/css/css-level-3-styles-in-internet-explorer-6-onwards/comment-page-1#comment-9464</link>
		<dc:creator>Liviu Anghelina</dc:creator>
		<pubDate>Thu, 03 Jun 2010 13:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=626#comment-9464</guid>
		<description>What steps will reproduce the problem?
1. Use JqueryUI theme
2. Apply behavior to a jqueryui class
3. See that the elements of jquery just disappear...:(

What is the expected output? What do you see instead?

The output will be the invisible elements!


What version of the product are you using? On what operating system?
I am using the version downloaded from here...

Please provide any additional information below.

I am using the JqueryUI theme for a project, and I want to have the
-moz-border-radius behavior for IE and use your ie-css3.htc in order to do
this, but if I apply the behavior: ie-css3.htc to a class of jqueryui it
make the element invisible, and don&#039;t know what it&#039;s causing the
problem....Please help me out...

Check the attach PrtScr to see the jquery elements


I put the behavior to a different class which is not jquery and it&#039;s okay
despite the fact that it&#039;s duplicating the background inside the .blueBox
(it&#039;s the name class that I attach here: ) 
/*********************************************/
.blueBox{
	background: #eff7ff  url(&quot;/media/images/apps/core/admin/green/info.png&quot;)
no-repeat left;
	padding-left: 15px;
	border: 1px solid #b5ceee;
	margin-top: 10px;
	margin-bottom: 10px;
	width:400px;
	-moz-border-radius:10px;
	behavior: url(/media/js/jquery/ie-css3.htc); 
}
/*********************************************/
Shot at 2010-06-03

http://yfrog.com/j3jquerydropdownj

Shot at 2010-06-03

http://yfrog.com/jyjquerydialogj

Shot at 2010-06-03

http://yfrog.com/2pblueboxj</description>
		<content:encoded><![CDATA[<p>What steps will reproduce the problem?<br />
1. Use JqueryUI theme<br />
2. Apply behavior to a jqueryui class<br />
3. See that the elements of jquery just disappear&#8230;:(</p>
<p>What is the expected output? What do you see instead?</p>
<p>The output will be the invisible elements!</p>
<p>What version of the product are you using? On what operating system?<br />
I am using the version downloaded from here&#8230;</p>
<p>Please provide any additional information below.</p>
<p>I am using the JqueryUI theme for a project, and I want to have the<br />
-moz-border-radius behavior for IE and use your ie-css3.htc in order to do<br />
this, but if I apply the behavior: ie-css3.htc to a class of jqueryui it<br />
make the element invisible, and don&#8217;t know what it&#8217;s causing the<br />
problem&#8230;.Please help me out&#8230;</p>
<p>Check the attach PrtScr to see the jquery elements</p>
<p>I put the behavior to a different class which is not jquery and it&#8217;s okay<br />
despite the fact that it&#8217;s duplicating the background inside the .blueBox<br />
(it&#8217;s the name class that I attach here: )<br />
/*********************************************/<br />
.blueBox{<br />
	background: #eff7ff  url(&#8220;/media/images/apps/core/admin/green/info.png&#8221;)<br />
no-repeat left;<br />
	padding-left: 15px;<br />
	border: 1px solid #b5ceee;<br />
	margin-top: 10px;<br />
	margin-bottom: 10px;<br />
	width:400px;<br />
	-moz-border-radius:10px;<br />
	behavior: url(/media/js/jquery/ie-css3.htc);<br />
}<br />
/*********************************************/<br />
Shot at 2010-06-03</p>
<p><a href="http://yfrog.com/j3jquerydropdownj" rel="nofollow">http://yfrog.com/j3jquerydropdownj</a></p>
<p>Shot at 2010-06-03</p>
<p><a href="http://yfrog.com/jyjquerydialogj" rel="nofollow">http://yfrog.com/jyjquerydialogj</a></p>
<p>Shot at 2010-06-03</p>
<p><a href="http://yfrog.com/2pblueboxj" rel="nofollow">http://yfrog.com/2pblueboxj</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elijah</title>
		<link>http://www.htmlremix.com/css/css-level-3-styles-in-internet-explorer-6-onwards/comment-page-1#comment-7960</link>
		<dc:creator>Elijah</dc:creator>
		<pubDate>Wed, 05 May 2010 12:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=626#comment-7960</guid>
		<description>Thanks ! good post..</description>
		<content:encoded><![CDATA[<p>Thanks ! good post..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel Memmel</title>
		<link>http://www.htmlremix.com/css/css-level-3-styles-in-internet-explorer-6-onwards/comment-page-1#comment-6475</link>
		<dc:creator>Gabriel Memmel</dc:creator>
		<pubDate>Sat, 27 Mar 2010 03:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=626#comment-6475</guid>
		<description>Hello, is very good tool, about the color of the shadow, I solved that problem with some small modifications, I&#039;m sending to you to upgrade

file: ie-css3.htc

1- Replace:

	var match = style.match(/^(\d+)px (\d+)px (\d+)px/);

   to:

	var match = style.match(/^(\d+)px (\d+)px (\d+)px (#[a-f0-9]{3,6}&#124;[a-z]+)?/i);

2- Add (line 56):

	sh_color = RegExp.$4;


3- Replace:

	shadow.style.filter = &#039;progid:DXImageTransform.Microsoft.Blur(pixelRadius=&#039;+ 

shadow.userAttrs.radius +&#039;,makeShadow=true,shadowOpacity=1)&#039;;

   to

	shadow.style.filter = &#039;progid:DXImageTransform.Microsoft.Blur(pixelRadius=&#039;+ 

shadow.userAttrs.radius +&#039;,makeShadow=false,shadowOpacity=1)&#039;;


4- Add (line 83):

	var sh_fill = document.createElement(&#039;v:fill&#039;);
	sh_fill.color = sh_color;
	sh_fill.className = &#039;vml_box_shadow_fill&#039;;
	sh_fill.type = &#039;tile&#039;;
	shadow.appendChild(sh_fill);


excuse my English (google translator), I speak Spanish.</description>
		<content:encoded><![CDATA[<p>Hello, is very good tool, about the color of the shadow, I solved that problem with some small modifications, I&#8217;m sending to you to upgrade</p>
<p>file: ie-css3.htc</p>
<p>1- Replace:</p>
<p>	var match = style.match(/^(\d+)px (\d+)px (\d+)px/);</p>
<p>   to:</p>
<p>	var match = style.match(/^(\d+)px (\d+)px (\d+)px (#[a-f0-9]{3,6}|[a-z]+)?/i);</p>
<p>2- Add (line 56):</p>
<p>	sh_color = RegExp.$4;</p>
<p>3- Replace:</p>
<p>	shadow.style.filter = &#8216;progid:DXImageTransform.Microsoft.Blur(pixelRadius=&#8217;+ </p>
<p>shadow.userAttrs.radius +&#8217;,makeShadow=true,shadowOpacity=1)&#8217;;</p>
<p>   to</p>
<p>	shadow.style.filter = &#8216;progid:DXImageTransform.Microsoft.Blur(pixelRadius=&#8217;+ </p>
<p>shadow.userAttrs.radius +&#8217;,makeShadow=false,shadowOpacity=1)&#8217;;</p>
<p>4- Add (line 83):</p>
<p>	var sh_fill = document.createElement(&#8216;v:fill&#8217;);<br />
	sh_fill.color = sh_color;<br />
	sh_fill.className = &#8216;vml_box_shadow_fill&#8217;;<br />
	sh_fill.type = &#8217;tile&#8217;;<br />
	shadow.appendChild(sh_fill);</p>
<p>excuse my English (google translator), I speak Spanish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eve Spear</title>
		<link>http://www.htmlremix.com/css/css-level-3-styles-in-internet-explorer-6-onwards/comment-page-1#comment-6071</link>
		<dc:creator>Eve Spear</dc:creator>
		<pubDate>Sun, 14 Mar 2010 07:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=626#comment-6071</guid>
		<description>Thanks for sharing. Its have really help me a lot.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing. Its have really help me a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Horsman</title>
		<link>http://www.htmlremix.com/css/css-level-3-styles-in-internet-explorer-6-onwards/comment-page-1#comment-6030</link>
		<dc:creator>Bill Horsman</dc:creator>
		<pubDate>Fri, 12 Mar 2010 15:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=626#comment-6030</guid>
		<description>@Ben - I get the same problem: a heavy page causes the KB927917 problem in IE8. My only solution, so far, is to not use rounded corners on IE :( In my case, the bug was causing the page to be interrupted and part of it was missing. - Bill</description>
		<content:encoded><![CDATA[<p>@Ben &#8211; I get the same problem: a heavy page causes the KB927917 problem in IE8. My only solution, so far, is to not use rounded corners on IE <img src='http://www.htmlremix.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  In my case, the bug was causing the page to be interrupted and part of it was missing. &#8211; Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://www.htmlremix.com/css/css-level-3-styles-in-internet-explorer-6-onwards/comment-page-1#comment-6014</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Thu, 11 Mar 2010 21:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=626#comment-6014</guid>
		<description>Does this support using the styles on ul and li, or only div ??

I can’t get it to work for dynamic drop-downs in IE6.</description>
		<content:encoded><![CDATA[<p>Does this support using the styles on ul and li, or only div ??</p>
<p>I can’t get it to work for dynamic drop-downs in IE6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://www.htmlremix.com/css/css-level-3-styles-in-internet-explorer-6-onwards/comment-page-1#comment-6013</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Thu, 11 Mar 2010 21:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=626#comment-6013</guid>
		<description>Does this support using the styles on  and ??

I can&#039;t get it to work for dynamic drop-down in IE6.</description>
		<content:encoded><![CDATA[<p>Does this support using the styles on  and ??</p>
<p>I can&#8217;t get it to work for dynamic drop-down in IE6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS level 3 styles in Internet Explorer 6 onwards &#124; HTML Remix &#124; Quo Vadis Web Solutions</title>
		<link>http://www.htmlremix.com/css/css-level-3-styles-in-internet-explorer-6-onwards/comment-page-1#comment-5803</link>
		<dc:creator>CSS level 3 styles in Internet Explorer 6 onwards &#124; HTML Remix &#124; Quo Vadis Web Solutions</dc:creator>
		<pubDate>Mon, 01 Mar 2010 07:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=626#comment-5803</guid>
		<description>[...] Download the htc file here or Demo here. The project is hosted on Google code.   via htmlremix.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Download the htc file here or Demo here. The project is hosted on Google code.   via htmlremix.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ribit Solutions Web Design</title>
		<link>http://www.htmlremix.com/css/css-level-3-styles-in-internet-explorer-6-onwards/comment-page-1#comment-5203</link>
		<dc:creator>Ribit Solutions Web Design</dc:creator>
		<pubDate>Fri, 05 Feb 2010 17:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=626#comment-5203</guid>
		<description>Ben,

I had the same problem and managed to hack/fix it by moving the CSS styles that applied the border-radius.htc file to the bottom of my page i.e. insert a  block just before the  tag.</description>
		<content:encoded><![CDATA[<p>Ben,</p>
<p>I had the same problem and managed to hack/fix it by moving the CSS styles that applied the border-radius.htc file to the bottom of my page i.e. insert a  block just before the  tag.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
