Hi,

Try adding the following to the head section of your host page:

->

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/
TR/html4/strict.dtd">

  <head>

    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">

  </ head>

->

Cheers
Rob

http://code.google.com/p/gwt-cx/

http://gwt-cx.com/gwt-basic/Basic.html (GWT demo)
http://gwt-cx.com/serendipity/Serendipity.html (Smart GWT demo)
http://gwt-cx.com/extgwt-serendipity/Serendipity.html (Ext GWT demo)

On Jan 20, 2:00 am, El Mentecato Mayor <rogelio.flo...@gmail.com>
wrote:
> Using the "Transitional" doctype will make your app run in quirks
> mode:
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
> "http://www.w3.org/TR/html4/loose.dtd";>
>
> See:http://code.google.com/webtoolkit/doc/latest/tutorial/create.html#com...
>
> Keep in mind that the layout panels introduced in GWT 2.0 work
> properly only under standards mode, at least at the time they were
> introduced.
>
> On Jan 19, 7:34 am, vaibhav bhalke <bhalke.vaib...@gmail.com> wrote:
>
>
>
>
>
>
>
> > How to force Document mode to Quirks mode ?
>
> > I am using GWT application
> > My Iframe is not completely appear in IE8. But works in IE7 and Mozila FF.
>
> > I tried <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> to
> > solve this isssue  bt no suceess :(
>
> > IE8 wrks only when I am setting document mode to "Quirks"  using developer
> > tools
>
> > Is there any way to force Document mode to "Quirks" in GWT ?
>
> > --
> > Best Regards,
> > Vaibhav Bhalke
>
> > <http://about.me/vaibhavbhalke>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to