Oops I hit send too quickly.. The CSS I've been trying looks like
this:

@sprite .popup .popupTopRight {
    gwt-image: "popupTR";
}

@if user.agent ie6 {
    @sprite * html .popup .popupTopRight {
        gwt-image: "popupTR";
        overflow: hidden;
        filter: literal
("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='")value
('popupTR.getURL')literal("',sizingMethod='crop')");
    }
}

This css is not cropping the proper portion of the image (showing the
wrong corner), and I cant figure out how to determine the proper
margin offset values to shift it around. Hopefully that makes sense..

Jeff

On Mar 24, 11:28 am, "Jeff J." <[email protected]> wrote:
> 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