CSS3 PIE makes Internet Explorer 6-9 capable of rendering several of the CSS3 decoration features.
1
vote
1answer
1k views
How to load css3 pie only for ie7 and 8? But not for 9
This is css to use CSS3 PIE
border: 1px solid #696;
padding: 60px 0;
text-align: center; width: 200px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
background: #EEFF99;
...
0
votes
1answer
481 views
Instead of rounding them, PIE disappears with the borders
I do not know what might be happening!
I took some pictures to try to help you understand ... follows:
Internet Explorer 9
Internet Explorer 8
Internet Explorer 7
Code
Css
...
1
vote
0answers
293 views
CSS3 PIE Gradients in IE9: Transparent until Mouse Over
Background
I am developing an app that makes use of CSS3 rules such as linear gradients. I am using the HTC implementation of CSS3 PIE. Everything looks great in most browsers.
Problem
In IE9 ...
1
vote
2answers
438 views
Css3pie support
I am using cs3pie and facing some issue with it. It's working but instead of border-radius 160 it's taking 4 . How can i solve it.
/* Buttons and button links */
input[type=submit],
.actions ...
6
votes
1answer
120 views
Do :nth-of-type(n) “n” counters increment independently with others in the same CSS rule?
Do the n counters increment independently of each other in :nth-of-type() CSS selectors? For example, if I wanted label:checked:nth-of-type(3) to match its general sibling article:nth-of-type(3), ...
0
votes
1answer
644 views
Css 3 Pie on localhost
I'm using MAMP on OS X and native IE7 for testing on Parallels. I'm developing an intranet website that will run on a local server. The browser all the employees have installed is IE7, so I need to ...
0
votes
1answer
596 views
Background transparency getting ripped cause of box shadow in IE with CSS3 PIE ?
I ve searched and found many things in web for a box shadow in IE most of the people showed me that they are using CSS3 PIE but it has a problem with transparent background. i dont wanna put another ...
1
vote
2answers
177 views
CSS Pie - Cut down to just the bits I need
Does anyone know of any resource that lets you produce a CSSPie file that only has the code for the features I want to use?
e.g. just border radius, or just gradients etc
Kind of like how modernizer ...
1
vote
4answers
2k views
Compass and PIE don't seem to work
I'm using Compass to create webpage CSS styles. I wanna use CSS3 features like border-radius and linear-gradient but Internet Explorer refuses to cooperate.
I coded it this way:
$pie-behavior: ...
0
votes
1answer
878 views
.htc reference from css file
I have an .Net application where I want to bring gradient effect to a list item. After googling we can achieve this by using .htc. By .htc reference with css inside aspx everything works fine. But the ...
0
votes
1answer
550 views
CSS effects only appearing after window resize in IE8
I am coding a basic website and using CSS3PIE to enable rounded edged and gradient effects in IE8. My problem is when I use javascript to import a portion of code (my nav bar). If I load the page in ...
1
vote
2answers
964 views
pieCSS3: Not rounding in local
i'm trying to get rounded corners using pie:
ul li{
-webkit-border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;
color: #FFFFFF !important;
...
2
votes
1answer
282 views
Are Microsoft .htc files a good idea?
I would like to try using .htc files or PIE to emulate some CSS3 behaviors in older IE browsers.
When is it not a good idea? why not?
Is there some other better alternative to do the same thing?
Are ...
0
votes
3answers
173 views
Is there a clever way to not run CSS3Pie on certain versions of IE using classes?
I'm trying get css3pie to NOT run in ie7 for a certain class. I'm using the HTML5 Boilerplate to give me IE specific classes to use. What I've been trying to do is this
.ie7 .classname {
...
5
votes
1answer
739 views
Overflow:hidden for rounded borders using css3pie in IE8?
I have this HTML:
<div id="micrositePhotoDiv">
<img id="micrositePhoto" />
</div>
and css:
#micrositePhotoDiv {
overflow:hidden;
@include border-radius(10px);
...
0
votes
1answer
504 views
3d buttons in IE8
I am using css3pie to make IE8 and IE7 recognize more css declarations. This allows me to more easily use background gradients and similar on my site. However, I have found out that css3pie does not ...
0
votes
0answers
484 views
chrome/safari loses rounded corners during a jquery slide transition
I am using the jquery script shown here - http://jqueryfordesigners.com/automatic-infinite-carousel/.
I have applied my own images as rounded png's into the slider on my site - http://67.225.219.80/
...
1
vote
0answers
472 views
css pie not working on field elements only
I'm using ie8, don't know about other versions.
I'm using pie all over the place and it generally works ok. However, all my form input elements have a box shadow and border radius, and no border ...
1
vote
0answers
254 views
jQuery Cycle Plugin in combination with CSSPIE results in empty slides in IE8 and below
I have an image slideshow that uses the jQuery Cycle Plugin. The images have rounded corners so I use CSS3PIE behavior to support this in IE8 and below. But with PIE only the first image is displayed ...
4
votes
1answer
763 views
Why are CSS3 PIE and other similar scripts not in use everywhere?
This question has already been asked at htc files: Why not to use them?, but the answer didn't answer anything really.
The question is, why is something like CSS3 PIE
not in use on many sites? I'd ...
2
votes
1answer
816 views
CSS3 PIE conflicting with :first-child
I'm using CSS3 PIE to add suppport for border-radius to IE8 and earlier, and it's conflicting with a :first-child selector.
Basically, I have three list items floated left. Each one has a left margin ...
2
votes
2answers
184 views
Predict consequences of installing LESS, CSS3PIE on a high-load project
I faced situation of global site redesign (not appearance, but code architecture and underlying technologies). Website has about 135 000 visitors everyday. And it's crucial to make right decision ...
0
votes
3answers
514 views
CSS PIE - border issue?
Facing issue while rendering RGBA color for border. RGBA color for border radius working fine but not border color and it is not showing any border color.
Is there any separate "-pie-" tag in CSSPie ...
0
votes
2answers
149 views
CSS3Pie Shadow not woring
I have such css
padding: 30px 15px 15px 15px;
background-color: #fff;
border-left: solid 1px #86b0ca;
border-right: solid 1px #86b0ca;
-moz-box-shadow:inset 0px 20px 20px -20px #000000;
...
0
votes
1answer
439 views
Css reset options for Html5 css layout and jQuery UI
I am using default ASP.NET MVC 3.0 Html5 css layout(comes witch tools updates) and I am also using jquery ui a lot.
In all modern browsers all looking pretty similar.
But when i start to look at old ...
4
votes
1answer
497 views
Is it possible to apply CSS3Pie border radius to jQuery UI globally?
To apply behavior: url(PIE.htc); to all css files in the project seams to be very long story and with each new version i need to repeat it again.
Is there jquery ui CSS3Pie versions i can find ...
0
votes
1answer
224 views
CSS3Pie margins sets to zero
I have such css
.corner-wrapper
{
display:table;
position:relative;
border: 2px solid #69b0ff;
margin:5px 0 5px 0;
border-radius: 5px;
-moz-border-radius: 5px;
...
3
votes
1answer
771 views
CSS3 Pie border dissapeared
I am trying to use CSS3Pie in my asp.net mvc 3.0 application
But in IE versions lover than 9 the border just disappeared completely.
here is my css
.box
{
margin:auto;
display:table;
...
1
vote
2answers
335 views
CSS3PIE - how trouble free is it for IE6 - IE8
I'm wondering if folks can tell me how trouble free CSS3PIE is for IE6 - IE8 (beyond the known issues). It seems like an excellent addition to allow one to use CSS3 features -- rounded corners, ...
0
votes
1answer
129 views
Problem with CSS3Pie alpha inheritance in IE8
I have some markup kind of like this
<div class="background">
<ul>
<li class="tab">tab</li>
<li class="tab">tab</li>
<li ...
1
vote
3answers
801 views
How to make a background with 45 degree lines with css?
Using CSS or CSS3, how can i make the folowing background ?
If possible, i'd like ie6,7,8 support. I can use a javascript based tool to simulate CSS3 for old browsers (like css3pie).
1
vote
1answer
116 views
I have just implemented css3 pie and am having issues with png's
I have just included css3 pie to show shadows and gradients which seems to work great however as a result of using this my png's now do not display they just show a red 'x' in the place of the image ...
8
votes
3answers
15k views
where do I put the PIE.htc file (for making IE work with CSS3) when I'm using cakephp
I'm trying to use PIE.htc, which is a script which hopefully will allow me to use CSS3 features in IE6-8. I'm also using Cakephp (which I'm growing to love)
According to the instructions I just stick ...
1
vote
1answer
936 views
CSS3PIE with ASP.NET MVC3
I'm trying to get css3pie to work with asp.net mvc, but for some reason it's not working.
I have a view which contains inline css which looks like this:
@{
ViewBag.Title = "Home Page";
}
...
1
vote
2answers
2k views
Rounded Corners CSSPIE + CSS Gradient
We have an issue whereby we are using this code below. Its just a basic box with rounded corners and a gradient (and we apply CSSPie to it). We've noticed in all IE's we can't keep the rounded corners ...
24
votes
6answers
43k views
css3 text-shadow in IE9
Is there an easy way to have css3 text-shadow's working in IE9? At least a single text shadow would be great. I guess ideally IE8 is supported as well. I'm hoping there's a simple jquery plugin or ...
0
votes
1answer
3k views
PIE.htc not working on different web server
I can't quite figure out why. But I have some code which uses PIE.htc and works fine @ http://www.supadupawebdesign.co.uk/jersey but when I stick it on a different server it doesn't work: ...
3
votes
0answers
586 views
IgnoreRoute not working for PIE.htc
I've been search for a long time and just can't seem to find my mistake. For my MVC 3 website, I need buttons with rounded edges, so in the IE stylesheet I register the PIE.htc. Now the problem is ...
0
votes
1answer
595 views
CSS3 PIE and jQuery Sparkle
I'm using CSS3 PIE to add support for rounded corners and shadows to IE, and jQuery Sparkle to add support for the HTML5 placeholder attribute. Whenever I apply PIE to any containing element of a form ...
0
votes
1answer
690 views
PIE.htc problem in archive.php, category.php, tag.php wordpress
I'm using PIE.htc to handle CSS3 in IE.
I put PIE.htc in the root, and I use behavior: url(PIE.htc) in the css.
for excample:
#content{
....
.....
behaviour: url(PIE.htc)
}
It works just fine in ...
2
votes
1answer
793 views
CSS3 PIE: divs with border-radius flickering on mouseover
I'm using CSS3 PIE to add support for border-radius to IE6/7/8. It works perfectly, but I've found that when I use it to apply a "thick" border with rounded corners to a <div>, the border ...
0
votes
1answer
1k views
IE9 CSS3 Linear Gradients: Why does PIE CSS Gradients not work in IE9
From my understanding, IE9 does not support gradients? So why does PIE CSS Gradients not work in IE9?
1
vote
1answer
542 views
jQuery cycle plugin paging + CSS3PIE
I am using the jQuery cycle plugin for a slideshow of images. With rounded bullets as pagers (because it's all the rage now so it seems). This worked perfectly in the 'modern' browsers except for IE. ...
3
votes
3answers
1k views
Does CSS behavioral property allow relative URLs?
I have a CSS file using CSS3PIE behavioral script, so that IE8 will support my files, however, I was wondering if there is any way to make the behavioral URL relative to the CSS file instead of ...
0
votes
1answer
798 views
what is best .htc css3 support for ie
I used PIE.htc and it looks perfect in IE7, but there's a difference in IE8, so I need the best .htc file to support css3 in IE. Thanks in advance.
2
votes
1answer
1k views
Facebook JS affecting CSS/@font-face in IE?
I seem to notice that Facebook's JS
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#appId=APP_ID&xfbml=1"></script>
seems to affect my ...
3
votes
3answers
2k views
CSS3PIE Hover Problem
I'm not having much luck in the CSS3PIE forum getting some help for an issue that I'm having. (yep, PIE is active and working fine elsewhere on the page)
The failure is actually on two different ...
1
vote
1answer
696 views
CSS with .htc behavior file and virtual subdomain
I'm interested in using border-radius.htc or css3pie.htc in my stylesheet to enable newer CSS3 abilities in older versions of Internet Explorer.
Unfortunately, MSIE requires that the .htc behavior ...
35
votes
3answers
10k views
Modernizr, html5shiv, ie7.js, and CSS3 Pie. Which to use and when?
I'm just starting to use HTML5 and CSS3 in my documents.
I understand the need for JavaScript to bring Internet Explorer up to speed with these new tags and styles, but I don't know which to use and ...
1
vote
3answers
3k views
Stylesheets compatible with IE 9
I have gotten accustomed to stylesheets that have separate rules for IE and non-IE browsers. For example, I have been using CSS3 Pie to generate rounded corners and gradients in IE.
The issue is that ...
