CurvyCorners in Wordpress Theme only rounds some corners in IE - what am I doing wrong?

Posted by user346602 on Stack Overflow See other posts from Stack Overflow or by user346602
Published on 2010-06-09T21:08:44Z Indexed on 2010/06/09 21:12 UTC
Read the original article Hit count: 430

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?

© Stack Overflow or respective owner

Related posts about internet-explorer

Related posts about Wordpress