• I’m having problems making CSS3Pie work with WordPress.

    What I did is that I’m calling the PIE.php file with the following internal CSS which I’ve placed on the head section of my page.

    <style type="text/css" media="screen">
       #submitAnEntry {
          behavior: url('<?php bloginfo('stylesheet_directory'); ?>/js/PIE.php');
       }
    </style>

    I’m not sure why this is not working. I checked the URL path it generates to the PHP file and it seems to be right. Anyone have a clue on how to get this working or if there’s another solution I should try?

    Thanks

Viewing 1 replies (of 1 total)
  • Ufuk Erdogmus

    (@ufukerdogmus)

    Css3pie documentation says “behavior: url(path/to/PIE.htc);” not PIE.php. Did you check with that?

Viewing 1 replies (of 1 total)
  • The topic ‘CSS3Pie and WordPress’ is closed to new replies.