In CSS, you use background-image: url(...);, so you should do the same in
GWT: setBackgroundImage("url(" + x + ")").
But in this case I'd rather use a CssResource.
Oh, and you should add an @ImageOptions(repeatStyle=Vertical) (or Both,
depending on the width of your element) or you'll see other images in IE6
and IE7, or IE8 when using HTTPS (they don't use data: URLs, they use
spriting, just like ImageBundle; you can also disable the use of data: URLs
in your gwt.xml)
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/ye7ssUja86QJ.
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.