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

learn more… | top users | synonyms

0
votes
1answer
12 views

PIE.htc is not getting applying for ie 7 and 8 when rais app is deployed using sub uri

Am using rails sub uri (apache2 + passenger) to deploy the application. All css, javascripts and images are working fine. But I am using PIE.htc for rounded corners and box shadow for IE 7 and 8 ...
0
votes
0answers
33 views

Modernizr, CSS PIE clearing psuedoelements

I'm using Modernizr to feature detect various CSS3 features, then loading CSS PIE to render those features to specified elements. However, when PIE loads and applies the effect (in this case, ...
4
votes
1answer
301 views

CSS3 + HTML5SHIV + CSS3PIE Border-radius NOT working on IE8 but working on IE7,9,10

the site I'm working with - http://www.quickseorankings.com/dev/, its built with: Twitter Bootstrap HTML5 + CSS3 HTML5SHIV CSS3PIE Issue: Border-radius at navbar link(active) NOT working on IE8 ...
0
votes
0answers
29 views

iE6-9 no show correctly piecss3

Hi I am using the web to display correctly in Internet Explorer. But it does not work, I have this in the css: #todo { background-image: linear-gradient(top, rgb(242,246,250) 21%, ...
0
votes
0answers
33 views

PIE CSS adding z-index: -1 to css3-containers?

From what I understand <css3-containers /> are added to contain those gradients or other CSS3 effects. Problem is mine doesn't show in IE8 and the reason appears to be css3-containers having an ...
1
vote
1answer
85 views

PIE CSS works in IE9 but not IE8

For this project, I am using Tomcat 7 and have configured it to serve htc with content type of text/x-component <?xml version="1.0" encoding="UTF-8"?> <web-app ...> ... ...
1
vote
0answers
79 views

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{ ...
0
votes
1answer
107 views

PIE, IE8, jQuery InnerFade and CSS3 border-radius - again

I got a major issue with PIE and IE8. first of all the CSS: <!--[if lte IE 8]> <style type="text/css"> *.article_image img { position:relative; border-radius:20px; ...
0
votes
1answer
27 views

CSS3 PIE border overlap

Has anyone come across this border overlap with border-radius and css3pie? I'm seeing this in windows XP IE8.
0
votes
1answer
31 views

PIE not working in ie 8 but 7, 9

Hi for some reason pie isnt working on my rounded corners, can anybody please help. Below is my CSS, in ie8 it doesnt show the background color either just the text within the button. ...
0
votes
0answers
122 views

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; ...
-1
votes
1answer
62 views

CSS3-PIE: ie 8 weird black spot issue [closed]

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! ...
0
votes
1answer
36 views

CSS3 PIE Issue(s) with loading properly

I've uploaded the .htc file to my S3 CDN which did not seem to load at all. Then, I proceeded to uploading the .htc file to the same web server as the domain the document is running on, linked it ...
0
votes
1answer
71 views

:hover with linear gradients in IE9

The design for this button calls for it to have a linear gradient, but then when you hover over it, the button should go to a flat color. The main class looks like this, and it seems to work find in ...
0
votes
1answer
94 views

Slider won't work in IE8

I'm currently building a website but I noticed the slider doesn't work in IE8. When I click on the compatibility mode button it does work. It shows some strangely misplaced divs when I viewed in ...
0
votes
1answer
74 views

PIE rounded corners won't work

Hey guys I'm building a website and found out ie8 wouldnt work with rounded corners. After a bit of research I found out that PIE would tackle this problem, and yes it did, but it also screws the ...
0
votes
0answers
100 views

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

<!DOCTYPE html> <style> body { border: 0; margin: 0; padding: 0; } #fixed { position: fixed; width: 100%; height: 40px; top: 0; left: 0; background: red; border-radius: 0 0 100% 100%; ...
0
votes
0answers
20 views

CS3SPIE rendering isn't working on the first jQuery append

I have some parent div which I'm appending new child div to it on the first time. Then I'm appending new divs to the child again and again. I'm using IE9 and css3pie, on the js file (not the htc) ...
0
votes
1answer
58 views

Buttons and Pie Css

I have a weird issue with CSS Pie and iE8 where Pie correctly applies the border-radius property to an element but the background of the element (a gradient or a flat color) overflows the borders and ...
0
votes
0answers
41 views

PIE css3 in rails

I have pie setup with compass using the standard setup they have on the compass site. It's loading the htc file and it's applying the styles only when you rollover the element or scroll the page. But ...
1
vote
1answer
104 views

Using PIE.htc in rails

I'm trying to use PIE in my rails app but its not working. I placed my PIE.htc file inside a folder called behaviours in my assets folder. -pie-background: linear-gradient(#2c2a2d, #1f1e20); ...
0
votes
1answer
54 views

css3pie applies effects to divs not input text

i'm using css3pie (for internet explorer 8) to apply effects like border radius to divs on my page it works but not on input text .header input[type="text"]{ border: 2px solid #696; text-align: ...
0
votes
1answer
71 views

Using CSS3 pie on a dynamic knockout js application

I've built a single page application using Knockout.js, where html nodes get added, moved and destroyed regularly, I've been developing it in Chrome, Firefox and IE 9, but had been planning to add IE8 ...
1
vote
1answer
44 views

CSS3 PIE: same style, diferent presentation

I am using CSS3 PIE for make the box shadow property work in IE 8. As you can see in the image, I have 3 boxes with the same style, but only one of them (the first) is rendered as I want. Somebody ...
0
votes
1answer
123 views

How to include css pie in Rails 3.2 with asset pipeline?

I would like to include PIE.htc in my Rails application to make CSS3 easier for IE. I can't seem to figure out how to include the PIE.htc file. I tried to include PIE.htc in my assets folder as well ...
0
votes
0answers
41 views

CSS3Pie does not work in IE 8 on certain computers

I have implemented CSS3Pie on one of my websites, so far I have solved every bug with adding position:relative, -pie-poll:true and z-index. But I have this weird problem now: The container I applied ...
4
votes
1answer
124 views

CSS pie not working in IE 8, but working in IE 9

I am using the following code for border radius: .box { width:250px; height:250px; background:#ce0000; border-top-left-radius: 15px; border-bottom-left-radius: 5px; ...
0
votes
0answers
29 views

When I have -pie- prefix nothing with CSS3pie works

.btn { display: inline-block; height: 21px; width: 130px; line-height: 22px; background: #f9bb42; /* Old browsers */ background: -moz-linear-gradient(top, #f9bb42 0%, #f1dd38 ...
0
votes
1answer
339 views

no border radius in IE8, css3PIE not working?

I see there are many variations of this question but none of my attempts have worked. I would like to get rounded corners in IE8 as I do in Firefox, Chrome... here is my css, after downloading ...
1
vote
1answer
57 views

CSS3Pie in JCarousel

I noticed the following strange behaviour when applying CSS3PIE to the Typo3 extension jcarousel (which basically uses jquery jcarousel plugin). When I am loading the page in IE 7 or IE 8 I do not ...
0
votes
0answers
73 views

Css pie buttons and getting dragged on horizontal scrolling on ie8/9

While using CSS pie the buttons are getting dragged as we scroll horizontally.The text inside the button scrolls first and after a lag the button drags with the text.this causes the page to look ...
1
vote
0answers
88 views

Scrolling parent div with children having Css Pie elments

I have an issue where the parent div surrounding a table is scroll-able horizontaly. But the table uses CSS pie gradients for the header and buttons inside it. The issue is when i scroll the button ...
0
votes
1answer
558 views

IE8 linear-gradient,border-radius and opacity

I have a div which has a linear gradient, a border-radius and opacity. this is working in ie9+ ,ff, chrome etc. but in IE8 I have a problem(using css3pie): ...
0
votes
5answers
192 views

Rounded corners are not rounded in IE

Any clue? Tried pie.htc but it is not working .vjs-default-skin .vjs-big-play-button { -moz-border-radius: 25px; -webkit-border-radius: 25px; border-radius: 25px; behavior: url(bla ...
0
votes
1answer
99 views

asp.net not able to load css3 pie

I tried every possible way to provide path of PIE.js, i am using asp.net, the same used to work in java+tomcat. I tried giving like this 1)Files: css/home.css, css/pie/PIE.js in home.css behavior: ...
0
votes
1answer
164 views

Missing PIE linear-gradient behavior in IE8 (but working in IE7 and IE9)

I am using CSS3 properties to style my navigation. I am using background-image: linear-gradient which works in all modern browsers, but lack of support in IE7-8. I am relying on PIE (v1, ...
0
votes
0answers
61 views

Using pie.htc for ie in liferay theme

How do I use(or where to place) pie.htc for fixing rounded corners in IE in liferay theme.I tried putting the same diffs/css as well as within diffs,but to no use.The file is detected in the theme,but ...
0
votes
0answers
139 views

CSS3 Pie not working with SASS/Compass

I'm having trouble getting CSS3Pie to work. I've read several posts on SO and Google and still can't to seem to get it work. I'm using SASS and compass to write my CSS so I'll post both SCSS and CSS ...
0
votes
0answers
28 views

How to: CSS3Pie on Google App Engine?

EDIT: SOLVED I tried to get CSS3Pie (from www.css3pie.com) to work on Google App Engine. Therefore I added the specific MIME type for the ".htc"-file in the App.yaml file: - url: /(.*\.htc) ...
0
votes
1answer
69 views

Does the PIE.htc hack work in email?

I'm on a mission to create a rock-solid email framework that pushes modern web development and design patterns for clients such as Apple Mail and Sparrow but that graceful degrades for Yahoo!, Gmail, ...
0
votes
1answer
44 views

Using CSS3Pie in Wordpress… Doing everything right, still not working

I'm trying to get the corners rounded in IE8 on the navigation tabs of my slider: csr.steelcase.com ...("Our Vision", "Note from our CEO", etc) The site is programmed in WordPress, and I've ...
6
votes
5answers
304 views

css3pie messes up DOM, results in jQuery selector errors

In order to get CSS3 effects (border-radius, box-shadow...) on IE 6/7/8, I'm using css3pie. However, css3pie generates some css3-container (v1) / css3pie (v2) tags in DOM, which disorders the ...
0
votes
1answer
102 views

CSS Pie not working with correct path to file

I'm trying to use CSS PIE in my website, but for some reason it's not working. My folder structure looks like this: And my CSS like this: .region-sidebar-first-inner .block-menu-block-1 { ...
0
votes
4answers
95 views

IE 8 Rounded Corners Issue

I have been struggling with IE8 issue's and came across this issue of Rounded corners , Where all the browsers would accept border-radius except IE8. font-size: 12px; margin-left: 7px; margin-top: ...
0
votes
2answers
255 views

CSS Pie making page load very slowly in IE8

I am using pie.htc to allow me to have radius corners and drop shadows on my website in old versions of IE. The trouble is it seems to be making IE run very very slowly. Here's an example of my ...
0
votes
2answers
128 views

Append CSS class to head tag at runtime

In the following function I have been trying to append gradClass to apply gradient background to a div at runtime. function applyGradient(upto) { var gradStyle = "background: ...
0
votes
1answer
251 views

Can't apply border-radius in IE8 using PIE.htc

my code: -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; behavior: url(./PIE-1.0.0/PIE.htc); this code is inside a css file not in html markup. I include all the files that ...
0
votes
1answer
85 views

What's the proper way to use PIE.htc with AngularJS?

I have a site with many partials, one of which has nested ng-repeats that render input forms with rounded corners. In IE, only in this nested repeat case, there's a generic PIE error in the IE ...
0
votes
0answers
155 views

CSS box-shadow in IE6,7,8

I know that its not supported ... i tried with PIE. I have put the PIE.htc file in same folder as CSS is and in the IMAGE folder. The images get loaded with no problem using the "../images/image.png" ...
0
votes
2answers
216 views

CSS3 PIE (rounded corners) in Internet Explorer

Hello i have problem with CSS3 PIE in all IE with rouned corners. In Opera, Firofox, Chrome etd... my code works as it should. But in IE not. I don“t know why. Logically I tried found reason on ...

1 2 3 4 5