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 ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---