>
> > 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. 
>
> How did you do that? Can you give me a small example? It would be 
> great. The problem is, Im not really good with CSS and i never touched 
> it in GWT.


Conditional CSS can be done with GWT's 
ClientBundle/CssRessource: 
http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideClientBundle.html#Conditional_CSS
 

Maybe someone who supports IE6 / IE7 for his GWT apps can give you some more 
hints whats going on with your buttons. At least for IE8 in standards mode 
(and no compatibility mode activated) GWT's standard css seems to work well.

-- 
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.

Reply via email to