Hi Vik, The rounded corners in ThemeRoller use the same CSS properties that jQuery UI's CSS Framework does, so they will only work in browsers that support CSS3 border-radius (Safari 3+ and Firefox1.5+).
If you need jQuery UI's rounded corners to work in other browsers you will have to do a custom workaround. The following link is something I worked up at Filament Group. It's not the official UI approach to this problem and it doesn't work perfectly, but it may help you out with this. http://www.filamentgroup.com/lab/achieving_rounded_corners_in_internet_explorer_for_jquery_ui_with_dd_roundi/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
