PIE
PIE copied to clipboard
A behavior for Internet Explorer allowing it to recognize and render various CSS3 box decoration properties
Implement rendering of the 'inset' keyword in box-shadow. Currently the code will allow this keyword when parsing but will not render it. There is some partly-implemented code in BoxShadowRenderer.js, which...
Add package son file and also compiled sources.
It seems that even though i am using the following code, there seems to be no border-radius in the above mentioned browsers. And yes, the path to PIE.htc is correct....
I m so sorry. I've downloaded your project, but I can't find the most important PIE.htc . Can you tell me where ?
The example we have is a select box with a drop-shadow applied using PIE. Of course IE9 supports shadows itself but when it is in IE8 mode the select box...
I have a `` which contains my PIE-d elements. The div has the following style: ``` position: absolute; overflow-y: auto; top: 2.5em; bottom: 0px; left: 0px; ``` When I scroll...
For Internet Explorer i use respondjs to get media queries to work, but this breaks the PIE.htc. If i remove respondjs from source than PIE.htc will work.
The draft spec (http://dev.w3.org/csswg/css3-background/#box-shadow) says that outset box-shadow rendering should only display outside the element's border-box, and be transparent behind it. This allows the element to have a non-opaque background...
I just reinstall my windows7 within my Parellels Desktop, and then use the original IE8 to test my website which use `CSS3Pie.js` to implement the CSS3 border-radius. When I attach...