OK, I see... you used a stylesheet to define a abckground image for the submit button. Another way is to use the "image" input type to define a submit button.
Code:
<input type="image" src="submit_button.gif" alt="Submit">
Also, why not remove the "Submit" from the background image, and just use the iamge for the background, keeping the "Submit" text from the HTML?
Last edited by funkdaddu; 08-03-2006 at 11:38 PM..
|