Dear members,
How to set background image in uibinder/java to an image in ClientBundle without using:
obj.getElement().getStyle().setBackgroundImage("url("+Images.INSTANCE.bg().getURL()+")");
Because this doesn't work in IE (FF is OK). I think I should set the background image directly in uibinder with css @url or ...
(I am using GWT 2.0.3)
Regards