Hi Iembas

The way I solved is using the GWT CssResorce
you can do stuf like
@if !user.agent ie6 {
  ...
}
for special style for IE in your css

I recommend you to read
http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html#CssResource

Cheers
Gabriel

On Mar 3, 1:30 pm, Mike <[email protected]> wrote:
> Dear Iembas,
>
> I ran into this problem as well recently, As far as I understand, the
> cause is that many browsers have predefined default styles. If you
> reset those prior to applying your own style, the looks of your page
> will be more uniform across browsers. See
>
> meyerweb.com/eric/tools/css/reset/
> meyerweb.com/eric/tools/css/reset/
>
> Hope that helps.
>
> Bye, Mike
>
> On Mar 3, 12:35 pm, lembas <[email protected]> wrote:
>
>
>
> > Font size is larger in IE than the Firefox and Chrome. All labels,
> > buttons, flextables, grids, tabs...
> > Everything is like ~20% larger in IE. My IE version is 8. I have tried
> > all versions of GWT between 1.6 and 2.0.3, all of them have the
> > problem. I do not use UIBinder or any new layout widgets in GWT2.
>
> > In CSS I tried *{font-size:80%} only works for few widgets and does
> > not affect girds,tabs and flextables.
>
> > Is there a solution? How to maintain the same font size for all
> > widgets in IE and Firefox/Chrome?

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