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
0
votes
1 answer

Rounded corners not working properly in IE while using CSS3Pie with jquery dialog

I am using jquery ui dialog and also css3pie for making border radius work in IE8.Following is the html code snippet that I have: test
user700284
  • 13,540
  • 8
  • 40
  • 74
-1
votes
1 answer

transparency conflicting with drop shadow in ie7 using CSS3 PIE

I'm using CSS3 PIE to do border-radius, drop shadow and transparency effects to make the transparent area around the main of the page. I'm trying to make it look like this: http://www.palosverdes.com/rpv/re-design/JANUARY-2012/C-10.html Here's my…
Barrett Chamberlain
  • 119
  • 1
  • 2
  • 16
-1
votes
2 answers

Bad rendering before refreshing in IE7?

I am trying to make my web page look better in IE7. It is very frustating. One of the problems I have found is pictured below. When following a link to a page, the rendering sometimes breaks in weird ways - below, it seems like the margins are off,…
Oliver
  • 11,297
  • 18
  • 71
  • 121
-1
votes
2 answers

I want to create hexagon with css. created it but its doesn't match my required design

#hex li { list-style-type: none; position: relative; float: left; width: 25%; padding: 0 0 30% 0; -o-transform: rotate(-60deg) skewY(30deg); -moz-transform: rotate(-60deg) skewY(30deg); -webkit-transform:…
-1
votes
1 answer

advanced hover button

I have no idea how to do this effect.
-1
votes
1 answer

idea about project in html

The general idea of the project as desired 1- The project consists of more than two pages 2- It contains html5-and-css3 3-Need to contain a page that contains a form that is relevant to your project (Example: if your project is a car show, the form…
mn cv
  • 1
-1
votes
1 answer

HTML 5 showing incorrect values

I am creating a pie chart to show my skills proficiency on my personal website with the following code -
-1
votes
1 answer

animate.css is loading double time in firefox and chrome

Hi Anyone please help me on this in my page i used fadeInUp css from animate.css file. when i open in firefox it is loading double time. This is css i used. @-webkit-keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0,…
-1
votes
2 answers

CSS3 pie not working in codeigniter

I have implemented the css3pie in view like this: .abc{ behavior: url("./assets/../../PIE.htc"); background-color: yellow; border: 0px solid; border-radius: 17px; box-shadow: 5px 5px 1px #999999; } this…
Jacky Shek
  • 953
  • 1
  • 11
  • 35
-1
votes
1 answer

PIE.htc filetype in Perforce

The CSS3PIE .htc filetype in Perforce seems to cause issues when requesting the latest version. Changing the filetype from Text to Binary directly in Perforce fixed the problem. Out of curiosity, does anyone have an idea why the PIE.htc format…
-1
votes
1 answer

CSS3-PIE: ie 8 weird black spot issue

If you have a look at the following link: http://78.109.168.22/tv - you will notice that in IE8 in the middle of the logo header there is a little black spotted area. I have no idea what it could be! Has anyone got any ideas? I would love to hear…
rowefx
  • 265
  • 2
  • 9
  • 26
-2
votes
1 answer

Online link of CSS is not working

I was creating email template but unfortunately online link is css is not working so that I am unable to add original fonts to the text. Please help me.