Does anyone have CSSResource css examples successfully utilizing .png
sprites with transparencies in IE6? Specifically, I'm trying to fix
the artifacts on my DecoratorPanel rounded corners in IE6.

I suspect it might work with something like below but have not had any
luck:

@sprite .popup .popupTopRight {
    gwt-image: "popupTR";
}
@if user.agent ie6 {
    @sprite .popup .popupTopRight {
        gwt-image: "popupTR";
    }
}

Are there plans to support IE7 or IE8 user.agents so proper @sprite
support in IE6 utilizing CSSResource bundles can eventually be
automatic?

Thanks,
Jeff
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to