Hi CSS savvies out there!
I got this image that I use as a submit button

Since the website will be multilingual, I don’t want to create different images for each language.. so I want to make it a CSS cross-browser button.
Is it possible? and how should I go since this is an slightly difficult button.
Thanx a lot 🙂
It’s possible, but not easy. You could break it up into the following images:
This is called the “9-patch” method. However, your bottom border contains a non-tilable glare. You could also add 2 more patches to this:
You can then wrap these elements in an
inline-blockdiv and use that as the button. There’s also a newborder-imageproperty that you can use with CSS3, but it doesn’t have good support yet.You can embed the font with
@font-face.