0
votes
1answer
74 views

Border radius, background image, background gradient, and IE8, IE10

I've got a div with border radius, background gradient, and background image working in FireFox, but not in IE8 or IE10. Gradient and background image work in IE8, but when I apply the border radius, ...
0
votes
2answers
27 views

PIE with added on hover border

There is simple example: http://fsou1.ru/files/verstka_examples/14/index2.html I use PIE.js for attaching border-radius in IE, but when i add 'border: 30px solid black' on hover event, PIE.js doesn't ...
0
votes
1answer
31 views

Need help to configure PIE.htc for CSS3

I found out that using PIE.htc will hellp to resolve the problem with IE7-8 when using box shadow. I did exactly as they are explaining on the official website: http://css3pie.com/ But I can't get ...
0
votes
0answers
88 views

Pie Htc location. Yes there is an answer to this already, but it has a strange side effect

This question is regarding the correct way to access css PIE from a c# MVC application. This question has an answer at css3pie in MVC, where to place the pie.htc file? , but there is a flaw with the ...
2
votes
1answer
177 views

Unable to get PIE to work for border-radius in IE8

I have this in my CSS: .myAwesomeElement { position: relative; z-index: 0; zoom: 1; border: 1px solid #999; -webkit-border-radius: 10px; -moz-border-radius: 10px; ...
1
vote
0answers
624 views

PIE.htc - background disappears, but border-radius still not applied

Border-radius works for all browser except IE (I test it with IE8). The solution is to put behavior:url(PIE.htc); into the css class. Looks like the path behavior:url(PIE.htc); is correct, because: ...
1
vote
3answers
812 views

Setting file location of PIE.htc

I created another folder for my pie.htc..but when I load my html file in IE8 it does not work..i already tried setting different location to its behavior but still it wont work.. here's my code.. ...
0
votes
1answer
159 views

a:hover box-shadows using PIE

I am looking for some help using CSS3 Pie, I have applied it to certain aspects of my site so that they are able to use box-shadows in earlier versions of IE and it seems to work fine, however when ...