I think it's working for me in my version of Chrome: http://picasaweb.google.com/dmfontz/JQueryPastes#5376504985512897346
Maybe it's a version issue. Did you upgrade Chrome lately? On Aug 31, 6:06 pm, rosshadden <[email protected]> wrote: > Thank you both for getting back to me. > > The page in question ishttp://rnk.rosshadden.com/?page=post > > I believe the radius is either 10 or 12px. > > In main.js I have the following code, which is where the ui-corner-all > class is set: > > $('input').addClass('ui-corner-all'); > $('input:button,input:submit').addClass('ui-state-default') > .hover(function(){ > $(this).addClass('ui-state-hover'); > },function(){ > $(this).removeClass('ui-state-hover'); > }); > > But this cannot be the problem, because I have also tested adding it > through <input class="ui-corner-all" />, etc. Additionally, the page > 'post.php' is being included through php require(), but this is also > not the problem, because I have messed with adding a link to all of my > stylesheets on post.php individually, to no avail. And again, the > frustrating part is that it works in Firefox, but not Chrome. > > ~Ross > > On Aug 31, 5:21 pm, ScottJehl <[email protected]> wrote: > > > What radius and unit are you using? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
