Skip to content Skip to sidebar Skip to footer

CSS3PIE Not Working With Border-radius

I am trying to get CSS3PIE to work for my site so I can use border-radius in IE8 (and earlier). It works fine in all other browsers. Here's my CSS: #body_text_design{ border:2p

Solution 1:

Make sure you are not testing locally. .htc files needs to be hosted on server and css3 pie will work only in web container


Solution 2:

I was struggling with this problem for awhile and finally figured it out!

Some servers don't recognize the .htc file so you have to add the Content-type to your .htaccess file by putting this:

AddType text/x-component .htc

It's on the known issues page of the documentation http://css3pie.com/documentation/known-issues/


Solution 3:

I have access to the .htaccess but it made no difference adding AddType text/x-component .htc, however using the PIE.php did work (although I had been using a mistyped path at first so took me 3 days to work out that the php really did work all along!)... anyway, all looking good now!


Post a Comment for "CSS3PIE Not Working With Border-radius"