Can I club together three images to form a one with CSS? Basically, I need to create rounded corner button and I've three images left, middle and right.
I've used in all the pages and it won't be possible for me to replace it with two or three other HTML controls. So is there any way by which I can combine these images to form one and apply that CSS class to asp:button?
Please don't suggest for border-radius properties as backward support is important here. Thanks in advance