I have to mix 2 images (from different sprites) and generate a single button out of them.
I tried using the css properties ‘border-left-image’ and ‘border-right-image’ in chrome. But it does not work. Tried pre-pending the
I have to mix 2 images (from different sprites) and generate a single button
Share
id have a look here
http://css-tricks.com/6883-understanding-border-image/
this should explain what you need to do and what is doable!
UPDATE
looks like you might be able to accomplish this using multiple background images which is CSS3 based take a look at the link for more information!
http://www.css3.info/preview/multiple-backgrounds/