In your case you only specify background-image and backgroung-repeat...
Try something like that :
String burl = "url('" + m_Images.get(currentImage).getUrl() + "')";
GQuery gslider = $(slider);
gslider.css("background-repeat", "no-repeat");
gslider.css("background-image", burl);
julien
> --
> You received this message because you are subscribed to the Google Groups "gwtquery" group.
> To post to this group, send email to gwtq...@googlegroups.com.
> To unsubscribe from this group, send email to gwtquery+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/gwtquery?hl=en.
>