On 22 juil, 18:48, PhilBeaudoin <[email protected]> wrote: > Just to complement the answers here... I've found the new spriting > mechanism of GWT (@sprite) to be really simple and useful. > Unfortunately, it doesn't work for UiBinder-embedded CSS styles. > Therefore, I rely on an external CssResource for all my styles that > need spriting.
It definitely works! You have to create your ImageResource using <ui:image> though, just like your CssResource is created implicitly with <ui:style>. You can use DataResource too, using <ui:data>, useful to link to GIFs for IE6, for instance. -- 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.
