Questions tagged [css3pie]

CSS3 PIE makes Internet Explorer 6-9 capable of rendering several of the CSS3 decoration features.

PIE enables rendering of several CSS3 decoration features in IE6-9.

Currently it supports:

  • border-radius
  • box-shadow
  • border-image
  • multiple background images
  • linear-gradient as background image
  • RGBA colors

This is achieved via two Microsoft proprietary elements: Vector Markup Language and HTML-Components.

given the following example CSS3-Feature:

#myElement {
    border-radius: 10px;
}

In order to enable the CSS3 feature in Internet Explorer the only thing to do is simply adding the following rule:

#myElement {
    ...
    behavior: url(PIE.htc);
}

In addition to the traditional PIE.htc behavior, the distribution now also includes a pure JavaScript version, so that the User in not bound to using the .htc file.

The official Website: http://css3pie.com/

298 questions
1
vote
1 answer

Strange file on my FTP

Can any one know what this file is about? http://www.symbios.pk/x.dep.PIE.htc? Is it safe to keep on server? I've never seen such before and this is one of highest accesses pages on my site.
arxoft
  • 1,385
  • 3
  • 17
  • 34
1
vote
6 answers

CSS - Font color is not changing

i am trying to fix a color of my TEXT color, its just WHITE so same color as background, dispite the fact its color is set for :#1a6eb6 and its set for same value in #submenu ul li .text I am prettz lost in it, can somebody help me with it? My…
user3009924
  • 59
  • 2
  • 14
1
vote
0 answers

CSS3 PIE not showing rounded corners in IE8 mode within IE11

I'm not getting rounded corners in IE8 mode within IE11. I've tried both relative and absolute paths, and neither work. The PIE.htc file is in the same folder as the html file. I'm running on Jetty and don't have a .htaccess file. The PIE.htc file…
1
vote
1 answer

Css is not working in compressed mode

In my CSS file i use filter to show box-shadow in IE-8 . In normal mode it is working fine but for compresses version it is not working. here is my compressed css .lt-ie9…
user2142786
  • 1,484
  • 9
  • 41
  • 74
1
vote
3 answers

Can I get the CSS3 border-image to work on all modern browsers (IE 9+, Chrome and Firefox)?

I want to use border-image for a fluid scaling CSS container. Is it possible to enable this CSS3 functionality on all modern browsers using some .js framework? If not, is there a good substitute? For an example of what I want to achieve see:…
Bart Burg
  • 4,786
  • 7
  • 52
  • 87
1
vote
1 answer

border-radius gets weird when property has different values for corners on IE lte 8

I'm applying border-radius for a few elements on my page, and in order to make it work on IE 6-8, I'm using PIE. Check it out So as you can see, corners without values (or with values very different from each other) for border-radius, effect gets…
1
vote
1 answer

Bootstrap Carousel - CSS3 PIE breaks indicators cycling

So on lots of sites I like to use CSS3 PIE to make IE 7-9 do border-radius decoration for rounded images etc. For a new site I'm using the Carousel plugin on Twitter Bootstrap, and I'd like to get the carousel indicators rendered nicely for IE…
1
vote
1 answer

How to Fix CSS3 PIE Box-Shadow Issue in IE8

Im new with CSS3 PIE. I just wanna ask how can i make the sidebar display correctly? The site is in http://204.197.252.143/~themainr/comments/ My code to the side bar is: #secondary{ background-color:#EEEEEE; box-sizing:…
Jed
  • 1,664
  • 8
  • 33
  • 65
1
vote
0 answers

css3 PIE.js not working in IE8

I'm experiencing a problem with pie.js in IE8. Here's my css code .example{ top:0; font-family:Verdana, Arial, Helvetica, sans-serif; padding:0; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; font-weight:bold; …
1
vote
0 answers

CSS overflow: hidden using PIE.htc and position: fixed