On Monday, October 8, 2012 11:58:05 PM UTC+2, rhodebump wrote:
>
> Hello,
>
> I am trying to use the @sprite annotation to help reduce my image 
> downloads.  I have the following css, which uses a "border-image" 
> property.  I would love to be able to use the sprite annotation, but this 
> is only for background images.  Is there a way to use 
> imageresources/cssresources together for the "border-image" property?
>

Use a DataResource and @url rule:

@url whiteButtonUrl whiteButton;
.whiteButton {
  border-image: whiteButtonUrl 0 12 0 12;
}

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/iEEgAtUPrs8J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to