I think the latest Chrome beta has fixed this. I upgraded and don't have the problem anymore.
http://googlechromereleases.blogspot.com/2009/04/beta-update-fix-text-disappearing-and.html On Apr 22, 2:36 pm, GeekyMonkey <[email protected]> wrote: > It does seem to be a Chrome bug. This simple HTML shows it off - > hover over the button to see the text disappear. > > The problem is with the rounded corners. > > SUGGESTION: Could we have a theme option to turn off the rounding of > the corners on the buttons? > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml" > > <head> > <title>Hover Round Button Bug</title> > > <style type="text/css"> > button > { > -webkit-border-radius: 4px; > } > button:hover > { > background-color:Green; > } > </style> > </head> > <body> > <button>Hover Over Button</button> > </body> > </html> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
