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

link|improve this question

73% accept rate
feedback

1 Answer

up vote 0 down vote accepted

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/

link|improve this answer
thanks for the quick response. I did actually go through that link. I found no way in which I could accommodate 2 images as border images. – user811433 Jun 24 '11 at 10:32
ok i dont use alot of the new css properties, there any way you can add in another element to handle it? – Treemonkey Jun 24 '11 at 10:39
dont think so...whatever the case, I have to achieve it via css – user811433 Jun 24 '11 at 10:44
try multiple background images this is available in css3 look here css3.info/preview/multiple-backgrounds will update answer to show it! – Treemonkey Jun 24 '11 at 10:46
I tried setting 2 images in background-image property and they did come out fine. My problem came when I wanted to actually move the first image a little left. I tried to do that as I wanted to overlap another existing button on top of which I am adding this new button. – user811433 Jun 24 '11 at 10:50
show 6 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.