Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7661643
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:37:31+00:00 2026-05-31T13:37:31+00:00

CSS3 Pie is a great tool to get some CSS3 stuff rendered in IE.

  • 0

CSS3 Pie is a great tool to get some CSS3 stuff rendered in IE. Love it! But integration with WordPress seems to be pretty hard. Here’s the situation:

Html on a page template:

<div class="page_header_text center_shadow">
    <p>test12</p>
</div>

Function.php: (from http://www.position-relative.com/2011/04/using-css-pie-in-wordpress-themes-updated/ )

global $wp_styles; 
wp_enqueue_style(  "ie8", "http://dennishunink.nl/ghana/wp/wp-content/themes/ghanavakantie/style/iePie.css", false, $version_identifier, "all"); 
$wp_styles->add_data( "ie8", 'conditional', 'IE 8' );

The iePie.css:

.center_shadow{
position: relative;
behavior: url(PIE.htc);
}

Indeed, the iePie.css file is applied. For example, background:#000; is working. But in a strange way, the PIE.htc file doesn’t.

I tried different relative and absolute paths, uploaded PIE.htc in different locations.

The website is found at http://dennishunink.nl/ghana/wp/ (still developing)

Hopefully someone has an answer, would be very thankful for every suggestion!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T13:37:31+00:00Added an answer on May 31, 2026 at 1:37 pm

    Similar to CSS3 and PIE not working in IE 8

    I have been having problems applying PIE on another project. If I recall correctly for me, in the end, it turned out to be a combination of specifying the right path, uploading the files in the right place and serving the right document type (with PIE.php).

    The path:

    I noticed that no matter where the CSS file is uploaded, behavior:url(PIE.php); will always refer to root/PIE.php.

    Uploading:

    Logically then, I uploaded PIE.php to the root. Along with PIE.htc.

    Serving the right document type:

    Documented on http://css3pie.com/documentation/known-issues/#content-type
    PIE.php loads PIE.htc, serving it with the right document type, as follows:

    <?php
    header( 'Content-type: text/x-component' );
    include( 'PIE.htc' );
    ?>
    

    Hope it helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was testing some CSS3 stuff and I discovered that some properties like border-radius
I've stumbled across a really great project (CSS3 PIE) today that makes it possible
I'm trying to get css3pie to work with asp.net mvc, but for some reason
I would like to try using .htc files or PIE to emulate some CSS3
I am using css3 for button, It is running well on every browser but
How do I get an inset CSS3 box-shadow to render on top of its
I am trying to get my fancy CSS3 redesign working for a GWT app,
I'm using CSS3 PIE to add support for border-radius to IE6/7/8. It works perfectly,
I'm using CSS3 PIE to add support for rounded corners and shadows to IE,
I'm using CSS3 PIE to do border-radius, drop shadow and transparency effects to make

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.