rhodebump
unread,Oct 8, 2012, 5:58:05 PM10/8/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
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;
}