Check the parameters for corner()
See: http://malsup.com/jquery/corner/
It seems that there isn't a sintax like that you used.
Try: corner ("round nnpx")
Mauricio
-----Mensagem Original-----
De: "Omid" <[EMAIL PROTECTED]>
Para: "jQuery (English)" <jquery-en@googlegroups.com>
Enviada em: segunda-feira, 3 de novembro de 2008 16:28
Assunto: [jQuery] Problem with jQuery Round Corners plug-in in IE 6&7
Hi,
I used this code in my page to gain rounded corner :
<script type="text/javascript">
$(document).ready(function(){
$("div#right_column").each(function(){
$(this).corner("round");
});
});
</script>
There is no problem in FF but I have problem with IE , please have a
view here :
http://i33.tinypic.com/2re6u6u.png
I don`t have online sample now :(
What can I do ?