Awesome, i will give it a shot!  Thanks

On Monday, October 8, 2012 8:06:38 PM UTC-4, Thomas Broyer wrote:
>
>
>
> 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/-/Z_lBGWAJtL4J.
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