I am having a serious problem figuring out why the DecoratedTabPanel
as well as the Dialog boxes are not rendering properly with IE 7. My
understanding is that GWT does have cross browser support, or is it
that IE 7 is still not supported. Here is the test code I used:

DecoratedTabPanel dtp = new DecoratedTabPanel();
        dtp.setWidth("300px");
        dtp.setAnimationEnabled(true);
        dtp.add(new HTML("Hell"), "Hello");
        dtp.add(new HTML("World"), "World");

        RootPanel.get().add(dtp);

The primary problem is that the rounded corners do not appear in IE 7,
but I have not been able to find others who are having this same
issue. Also I have a MenuBar in another project that renders funny as
well. The font of the menu bar is extra large. I have not added any
other css styles to either the menu bar, the decorated tab panel, nor
the dialog box. I am inheriting the standard theme, but still I am
having these problems with IE 7. Also everything renders perfectly
fine in both Mozilla and Chrome.

If someone could please explain a workaround for IE 7, or point me in
the right direction I would appreciate it.

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