
Not working with wordpress
Hi
I am using this in to wordpress but it is not working
i added this code in my theme's function.php
Code:
function my_render_ie_pie() {
echo '
<!--[if lte IE 8]>
<style type="text/css" media="screen">
#text-3 {
behavior: url('.trailingslashit(get_bloginfo("template_url")).'js/PIE/PIE.php);
}
</style>
<![endif]-->';
}
add_action('wp_head', 'my_render_ie_pie', 8);
and this one inmy style.css
Code:
#text-3 { border: 1px solid #000000;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
also i checked from the ie developer tool my PIE.php is in the right path . please help