Thanks!
IE6 does not support PNG without some hackery.
The GWT-WL has a PNGImage widget that does the hackery for you:
http://gwt-widget.sourceforge.net
And I thought that PNG support for IE6 was going to make its way into
GWT 1.4, but it might only be when you are using an image bundle.
http://code.google.com/webtoolkit/documentation/com.google.gwt.user.client.ui.ImageBundle.html
Do a Google search if you want to know more about the issue.
Thank you!
On 20 set, 09:27, "Robert Hanson" <iamroberthan...@gmail.com> wrote:
> Correct me if I am wrong, what you mean to say is that it looks gray
> in Internet Explorer 6. Right?
>
> IE6 does not support PNG without some hackery.
>
> The GWT-WL has a PNGImage widget that does the hackery for you:http://gwt-widget.sourceforge.net
>
> And I thought that PNG support for IE6 was going to make its way into
> GWT 1.4, but it might only be when you are using an image bundle.http://code.google.com/webtoolkit/documentation/com.google.gwt.user.c...
>
> Do a Google search if you want to know more about the issue.
>
> Robhttp://roberthanson.name
Use the ImageBundle (GWT 1.4), that'll clear it right up; it fixes PNG
on IE6 with a hack.