• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Using Background Images in CSS with sprite

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,

I'm using GWT 2.4.0 with the GWT + GWTP Eclipse Plugins. I'm trying to add CSS background image using sprite:
http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html#Image_Sprites

But I can't get it to work. Can any of you guys tell me what I'm doing wrong?

Directory Structure is:
client.resources (for CSS files and Images)
+ Resources.java
client.layout (for the overall layout using one slot to render pages)
+ MainView.ui.xml
+ MainView.java
+ MainViewPresenter.java

client.resources.Resources.java



client.Layout.MainView.ui.xml


I get following error:
20:13:15.998 [ERROR] [homepage] branding_2: Fix by adding .branding_2{}

It would be great if somebody could give me a hint.

Thanks,
Chris
 
reply
    Bookmark Topic Watch Topic
  • New Topic