I am attempting to use CSS3 PIE to render some CSS3 styles in legacy browsers. I am using wordpress and have implemented it as so (I have taken it out of an ie conditional so I can test it in firebug):
<style type="text/css">
#breadcrumbs,
#breadcrumbs ul#parent,
#breadcrumbs ul#parent li ul,
#breadcrumbs ul#parent li ul li,
#searchform,
#searchform #input,
#searchform #submit {behavior: url("<?php echo get_template_directory_uri();?>/PIE.htc");}</style>
This outputs:
<style type="text/css">
#breadcrumbs,
#breadcrumbs ul#parent,
#breadcrumbs ul#parent li ul,
#breadcrumbs ul#parent li ul li,
#searchform,
#searchform #input,
#searchform #submit {behavior: url("http://rcnhca.org.uk/sites/first_steps/wp-content/themes/megaamazing/PIE.htc");}</style>
http://rcnhca.org.uk/sites/first_steps/wp-content/themes/megaamazing/PIE.htc resolves correctly in the browser, however the file is not loading and no request is made for it from the firebug net panel.
Does anyone know what is happening? A live example can be found at http://rcnhca.org.uk/sites/first_steps/