I have tried strict mode and loose mode but had some layout problems
with them.

I have managed to fix the font size by:

.gwt-Button {
font-size: 14px !important;
}

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: 14px !important;
}

On Mar 10, 7:27 pm, Thad <[email protected]> wrote:
> I was havingfontand other alignment issues until--on advice from
> someone here--I switched to strict mode:
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/
> TR/html4/strict.dtd">
>
> This has been very helpful, and I've not noticed any problems with it.
>
> You might also seehttp://hsivonen.iki.fi/doctype/for a discssion of
> browser modes and doctype.
>
> On Mar 10, 11:17 am, jaga <[email protected]> wrote:
>
> > Hi,
>
> > I solved this by setting the XML Doc Type to Standards mode. GWT sets
> > this to quirks mode by default. A quick fix but may have far reaching
> > consequences to how your app's look and feel. Look in your
> > application's HTML file and set this at the top.
>
> > Cheers,
>
> > Jaga
>
> > On Mar 4, 8:57 pm, Sorinel C <[email protected]> wrote:
>
> > > Are you sure isn't it the IE8 option "Page ~ Zoom" set to 150% instead
> > > 100% ?
>
> > > Cheers!

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