PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Rollover submit button

  1. 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.

    Posted 13 years ago on Sunday November 7, 2010 | Permalink
  2. 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/

    Posted 13 years ago on Sunday November 7, 2010 | Permalink