Possible Duplicate:
How to change an input button image using CSS?
Is it possible to use two images as submit buttons for a form?
I have a language selection page with two flags (.png’s) on it, I want it so when the user clicks on a flag it submits the form.
How would I go about doing that?
That should work for you 🙂 Just remember to change
javascript:document.myform.submit()to thenameattribute of your form element.