Hello guys!
I'm new to jQuery but i managed to have rounded corners using malsup's great plugin. I'm posting here because Internet Explorer gave me error on the jQuery itself, not in the plugin.
This is the busillis: i used this code:
[code]
$(document).ready( function(){
$('#container').corner("24px");
$('.bloccoCentrale').corner("10px");
});
[/code]
and it works flawlessly in Chrome and FF, but not in I.E. 7. Now... i tried to use CurvyCorners plugin and it doesn't work completely: i mean, it works only in the bloccoCentrale class, but not in the #container div. I found another problem: if i use the newest jQuery, the page won't load. I just can see the background image (in the body) but the entire page won't load. This is strange, because the page appears for a fraction of second and then just disappear (i believe that it comes to load the plugin), having error on line 473 of jQuery with a version > 1.2. With a lower release, i just got a "Not a valid argument" error, but the page load but it shows only the "bloccoCentrale" rounded corners, not the container div. So i turned back to corner's plugin by malsup, and i'm not still able to have it working on I.E. 7.
Any idea to make it work?
I'm sorry for my bad english, but i tried to make my best :-)
Cheers from Italy!
altagest