GWT does not support IE5. Further, ancient browsers don't not support dataurl's either, which are how GWT commonly sprites small images on modern browsers.
Still, there is hope, according to the docs<http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/ImageBundle.html> : > The native format for the composite image is png, and versions of > Internet Explorer prior to 7 cannot render png transparerency. To get > around this problem, we make use of a plugin built into the operating > system. Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/lINArO7K_O8J. 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.
