<?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>Fri, 10 Feb 2012 13:22:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: eVolution</title>
		<link>http://www.htmlremix.com/css/css-level-3-styles-in-internet-explorer-6-onwards/comment-page-2#comment-102729</link>
		<dc:creator>eVolution</dc:creator>
		<pubDate>Mon, 20 Jun 2011 10:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=626#comment-102729</guid>
		<description>I also had problems when combining this fix when using AJAX to load HTML/CSS, fine in every browser excet IE where I got a debug error. going to out a sad work around for IE elements but wont look as cool as everything else - apart from that I love the idea and implementation :@)</description>
		<content:encoded><![CDATA[<p>I also had problems when combining this fix when using AJAX to load HTML/CSS, fine in every browser excet IE where I got a debug error. going to out a sad work around for IE elements but wont look as cool as everything else &#8211; apart from that I love the idea and implementation :@)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remiz</title>
		<link>http://www.htmlremix.com/css/css-level-3-styles-in-internet-explorer-6-onwards/comment-page-1#comment-43135</link>
		<dc:creator>Remiz</dc:creator>
		<pubDate>Thu, 30 Dec 2010 07:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=626#comment-43135</guid>
		<description>Sure, there is no support for ajax at the moment because the svg are created while page is loaded. Keep watching for an update.</description>
		<content:encoded><![CDATA[<p>Sure, there is no support for ajax at the moment because the svg are created while page is loaded. Keep watching for an update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcelo Mira</title>
		<link>http://www.htmlremix.com/css/css-level-3-styles-in-internet-explorer-6-onwards/comment-page-1#comment-43133</link>
		<dc:creator>Marcelo Mira</dc:creator>
		<pubDate>Thu, 30 Dec 2010 07:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=626#comment-43133</guid>
		<description>Hello!.. since i&#039;m having some problem after using it with AJAX, bourder radius div doesn&#039;t shows untill i resize the window, i&#039;d like to know if is there any way to manually refresh at the ajax success event. Sorry about my english, i speak spanish.</description>
		<content:encoded><![CDATA[<p>Hello!.. since i&#8217;m having some problem after using it with AJAX, bourder radius div doesn&#8217;t shows untill i resize the window, i&#8217;d like to know if is there any way to manually refresh at the ajax success event. Sorry about my english, i speak spanish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Smith</title>
		<link>http://www.htmlremix.com/css/css-level-3-styles-in-internet-explorer-6-onwards/comment-page-1#comment-35854</link>
		<dc:creator>John Smith</dc:creator>
		<pubDate>Wed, 01 Dec 2010 20:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=626#comment-35854</guid>
		<description>Thanks for sharing... worked a treat ;)</description>
		<content:encoded><![CDATA[<p>Thanks for sharing&#8230; worked a treat <img src='http://www.htmlremix.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tarim</title>
		<link>http://www.htmlremix.com/css/css-level-3-styles-in-internet-explorer-6-onwards/comment-page-1#comment-25319</link>
		<dc:creator>tarim</dc:creator>
		<pubDate>Sun, 10 Oct 2010 17:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=626#comment-25319</guid>
		<description>Hi,

It did not support one or two corners. Any idea?

-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;

Thanks,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>It did not support one or two corners. Any idea?</p>
<p>-moz-border-radius-bottomright: 10px;<br />
    -webkit-border-bottom-right-radius: 10px;<br />
    -moz-border-radius-bottomleft: 10px;<br />
    -webkit-border-bottom-left-radius: 10px;</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean</title>
		<link>http://www.htmlremix.com/css/css-level-3-styles-in-internet-explorer-6-onwards/comment-page-1#comment-24793</link>
		<dc:creator>Jean</dc:creator>
		<pubDate>Thu, 07 Oct 2010 21:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=626#comment-24793</guid>
		<description>Thanks for this great work. But I discovered a problem when using the behavior combined with a filter:...gradient(..).
I use this css technique to generate nice Input Buttons in Forms. In other modern browsers I&#039;d give it a gradient background and a rounded border-radius and it looks great.
Now, using this htc file is working very good for me. I can generate the rounded borders. With the IE filter css property I can also add gradient backgrounds. But those filters always paint above the rounded corners.
Is there a way to get the disired look without using gradient background images?

Best Regards</description>
		<content:encoded><![CDATA[<p>Thanks for this great work. But I discovered a problem when using the behavior combined with a filter:&#8230;gradient(..).<br />
I use this css technique to generate nice Input Buttons in Forms. In other modern browsers I&#8217;d give it a gradient background and a rounded border-radius and it looks great.<br />
Now, using this htc file is working very good for me. I can generate the rounded borders. With the IE filter css property I can also add gradient backgrounds. But those filters always paint above the rounded corners.<br />
Is there a way to get the disired look without using gradient background images?</p>
<p>Best Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rew</title>
		<link>http://www.htmlremix.com/css/css-level-3-styles-in-internet-explorer-6-onwards/comment-page-1#comment-21277</link>
		<dc:creator>Rew</dc:creator>
		<pubDate>Tue, 21 Sep 2010 22:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=626#comment-21277</guid>
		<description>I had the same issue as Ben, I solved it by moving the script into the bottom of the document just above the close body tag.</description>
		<content:encoded><![CDATA[<p>I had the same issue as Ben, I solved it by moving the script into the bottom of the document just above the close body tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bodomias</title>
		<link>http://www.htmlremix.com/css/css-level-3-styles-in-internet-explorer-6-onwards/comment-page-1#comment-16968</link>
		<dc:creator>bodomias</dc:creator>
		<pubDate>Wed, 25 Aug 2010 12:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlremix.com/?p=626#comment-16968</guid>
		<description>Hi, great post. It&#039;s a nice solution in small developements. I&#039;ve tried the &#039;.htc method&#039; and I found these problems:

- It doesn&#039;t work in chrome correctly.
- It doesn&#039;t support background-repeat or background-position as well.
- Cannot set borders separately.
- Serious problems with asyncronous calls in jQuery 1.4.
- In the long term, it makes trouble in large developements with a lot of code.

Regards.</description>
		<content:encoded><![CDATA[<p>Hi, great post. It&#8217;s a nice solution in small developements. I&#8217;ve tried the &#8216;.htc method&#8217; and I found these problems:</p>
<p>- It doesn&#8217;t work in chrome correctly.<br />
- It doesn&#8217;t support background-repeat or background-position as well.<br />
- Cannot set borders separately.<br />
- Serious problems with asyncronous calls in jQuery 1.4.<br />
- In the long term, it makes trouble in large developements with a lot of code.</p>
<p>Regards.</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

