
Wordpress CSS3Pie Integration fails
I'm trying to use Pie features but it doesn't work. I have tried it in many ways, to import it direct in the css, or in the index.php File within a style Tag. Also with the .php and .htc File.
Actually i have it embedded into the functions.php in Wordpress, like in this thread
http://css3pie.com/forum/viewtopic.php?f=4&t=8Code:
function my_render_ie_pie() {
echo '
<!--[if lte IE 8]>
<style type="text/css" media="screen">
#nav,
#banner,
.contentbox {
behavior: url('.trailingslashit(get_bloginfo("template_url")).'js/PIE/PIE.php);
}
</style>
<![endif]-->';
}
add_action('wp_head', 'my_render_ie_pie', 8);
The only effect i see is that the background-color disappears of the #nav Box. I hope someone can help me.
Thanks Jo Hansen
//edit here is the url
http://relaunch.hausperfekt.de/