File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes GWT and the fly likes Using Background Images in CSS with sprite Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » GWT
Reply Bookmark "Using Background Images in CSS with sprite" Watch "Using Background Images in CSS with sprite" New topic
Author

Using Background Images in CSS with sprite

Christopher Armstrong
Greenhorn

Joined: Oct 16, 2011
Posts: 1
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
 
IntelliJ Java IDE
 
subject: Using Background Images in CSS with sprite
 
Threads others viewed
How to create displaytag table border
Need help editing some css if possible (SOLVED)
Overlapping columns in Firefox
CSS issue in Grails app, but question is on CSS
Safari and IE issues.
IntelliJ Java IDE