I know now where I can designate an image for the submit button. And I've found how to center it. Is there a way to create a rollover effect? ie: have two images or a single one and use CSS to move it up/down. Thanks.
I know now where I can designate an image for the submit button. And I've found how to center it. Is there a way to create a rollover effect? ie: have two images or a single one and use CSS to move it up/down. Thanks.
You can't do this with just the button image option. Your best bet is to use the standard button and style it with CSS using the image sprite technique. Just have the button change on the hover and active states.
http://line25.com/tutorials/how-to-build-a-simple-button-with-css-image-sprites
http://kelvinangulo.com/how-to-create-a-button-using-the-css-sprite-technique/