@sprite for background-image only?
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?
Thanks,
Phillip
.whiteButton {
border-image:url(images/whiteButton.png) 0 12 0 12;
-webkit-border-image: url(images/whiteButton.png) 0 12 0 12;
-moz-border-image: url(images/whiteButton.png) 0 12 0 12;
text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
}
--
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/-/EXoDELm-eFYJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home