css pie problem
-
I am using csspie with the following css:
.roundedcorners10 { border-radius:10px; behavior: url(wp-content/themes/theme/csspie/PIE.htc); }
In functions.php I have
/* call google jquery */ function my_scripts_method() { wp_deregister_script( 'jquery' ); wp_register_script( 'jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'); wp_enqueue_script( 'jquery' ); }
All is working fine on my home page but not on any other pages. There doesn’t seem to be any reason for this. Even if I reduce both the homepage template and the subpage template to:
<?php get_header(); ?> <?php get_footer(); ?>
css pie still only works on the homepage. Can anyone suggest why this might be so. thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘css pie problem’ is closed to new replies.