I want to add an image, instead of the default button.
I already have a CSS class for the image, will this work?
Assuming a Css class of "image" :
input.image { background: url(/i/bg.png) no-repeat top left; width: /* img-width */; height: /* img-height */ }
If you don't know what the image width and height are, you can set this dynamically with javascript.