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.

Creating a Rollover - my form blows out

  1. allie
    Member

    I'm trying to create a rollover effect for the submit form. I have it working but its not positioned correctly AND the rest of my form blows out.

    I created a class for the button image:
    body #gform_wrapper_1 .gform_footer input.button {text-indent:-9000px}

    .submit1 {
    background: url(http://www.tacoburritoking.com/site/wp-content/uploads/2012/03/Buttons.jpg) no-repeat;
    border: none;
    cursor: pointer;
    width: 50px;
    height: 20px;
    }

    .submit1:hover {
    background-position:-52px 0;
    }

    So instead of my button showing up on the bottom of the form its all the way on top

    Posted 13 years ago on Monday March 5, 2012 | Permalink
  2. Do you have a link to your form by chance so I can take a look? Also, you could try this avenue:

    http://www.gravityhelp.com/documentation/page/Gform_submit_button

    Posted 13 years ago on Monday March 5, 2012 | Permalink
  3. allie
    Member

    Ah... Thanks for reply I fixed it using the info here: http://www.gravityhelp.com/forums/topic/css-for-newbies-or-rusty-coders

    Posted 13 years ago on Monday March 5, 2012 | Permalink
  4. Right on, thanks for letting us know!

    Posted 13 years ago on Monday March 5, 2012 | Permalink

This topic has been resolved and has been closed to new replies.