image bundle in uibinder

62 views
Skip to first unread message

asianCoolz

unread,
Dec 27, 2010, 10:39:09 AM12/27/10
to Google Web Toolkit
may i know is it possible to set url in css like below
@Sprite .logotest {

gwt-image: url("/path/image.png");
}




Matthew Hill

unread,
Dec 27, 2010, 10:57:21 AM12/27/10
to google-we...@googlegroups.com
.logotest { 

   background-image: url("/path/image.png"); 


should do it if I understand you correctly. The gwt-image property and @sprite is for use with ClientBundle.
Reply all
Reply to author
Forward
0 new messages