Jump to content

Cake

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Cake

  1. I have a form on my website with a custom submit button. If you were to go to the page with it, it shows up as a default button. If I refresh the page, it shows. I just have no clue on how to get this to work out.

     

    .fsSubmitButton
    {
    padding: 5px 20px 6px !important;
    font-size: 19px !important;
    background-color: #000000;
    text-shadow: 1px 1px #000000;
    color: #ffffff;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border: 1px solid #000000;
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    }
×
×
  • Create New...