Gabriel: CssResource can solve the problem but not easily. I will look
at it when I have time. Thanks.

Mike: I tried your method. It is easy. But IE still has fonts on
buttons,grids,flextables...

I am not interested in margins or paddings. Even my gmail inbox looks
different on different browser, but it has the same font size on all.

I even tried the following but font-size does not change on
buttons,grids,flextables...
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        font-size: 10px;
}

On Mar 3, 4:37 pm, Gabriel Guerrero <[email protected]>
wrote:
> Hi Iembas
>
> The way I solved is using the GWT CssResorce
> you can do stuf like
> @if !user.agent ie6 {
>   ...}
>
> for special style forIEin your css
>
> I recommend you to 
> readhttp://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.htm...
>
> 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:
>
> > >Fontsize is larger inIEthan the Firefox and Chrome. All labels,
> > > buttons, flextables, grids, tabs...
> > > Everything is like ~20% larger inIE. MyIEversion 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 samefontsize for all
> > > widgets inIEand 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