I read once how to create cross-browser rounded buttons with shadow using images, I lost my bookmarks unfortunately that’s why I ask does anybody remember the technique.
There is left side picture i.e

And then very wide body image which ends up with right curved border/shadow like this :

So at the end you end up with one button which can be used with multiple sizes? I was googling this, but it seems noways everyone use css without images.
Does anybody knows how this technique is called or can refer me to the link? or give me code example, I’d appreciate any of those
This technique is a variation of the “Sliding Doors” technique:
Basically you use markup like this:
Then style the
spanwith the edge image to the side, overlapping the main background image of the parent element. Something like this:Demo: http://jsfiddle.net/Kqs3m/
Your results may vary depending on your sprites and the natural width of the content.