Hi,

I want to position an image left to an anchor (for example a
plus-image likes this "[+] create new"). I like to use an
ImageResource for this, but defining @sprite/gwt-image in the CSS
rules adds dimension attributes (as clearly documented and admittedly
sensible for spriting!).

In my case, I don't want to add the dimensions because the anchor
element has to be much wider than the prefixed image is. Overwriting
width (with auto for example) can result in rendering errors according
to the doc (which makes sense thinking about multi-image sprites).

Is there any solution but falling back to "native" CSS (using a
background-image: url(...) rule with no (automatic) optimization)?

Thanks
Sebastian
-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to