CurvyCorners in Wordpress Theme only rounds some corners in IE - what am I doing wrong?
- by user346602
Hi,
I'm implementing the CurvyCorners script on a blog I'm developing. The script works in IE on some parts of the blog, but not others.
I've used the following code to add it to the functions.php file (as suggested by someone smarter than me):
function load_curvy_corners() {
wp_enqueue_script('curvycorners', get_bloginfo('stylesheet_directory') .'/scripts /curvycorners.src.js','','',true);
}
add_action('init', 'load_curvy_corners');
Here is the site I'm working on: http://www.bellissimafashions.com/blog/
The container and logo area appear rounded in IE, but the navigation area is still square and seems to take awhile to load now.
I don't know if this has something to do with the fact the theme I'm using (Pure II by beathemes) has placed the left side in the footer.php?