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#components 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 <[email protected]> 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 [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.
