Hm I never had any problems with GWT's buttons / textarea. But I have dropped support for IE 6 and 7 for my web apps. If you make sure to work in standards mode in IE that will save you a lot of design headache. Quirk mode and compatibility view are bad.
Maybe your custom Css destroys some IE specific css hacks in gwts standard css? In my current project I have a button that is a custom widget because I want rounded borders and buttons that can collapse. With some "@if user.agent = xyz" css code it works pretty well in all major browsers. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
