We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 35064
    • 13 Posts
    Hi everybody

    was trying to make image button and it is not so easy as I suggested before
    the ways I tried.
    Form does not work.
    1. Type - image instead of submit
    <li class='btn'><input type='image' name="registerbtn" src="images/user/sign_in.png" value="" /></li>

    2. Is to add css style. type was SUBMIT
    type='submit' name="registerbtn" value=""

    li.btn input {
    background:url(images/user/create_now.png) no-repeat;
    cursor:pointer;
    width: 150px;
    height: 30px;
    
    border: none;
    }


    any ideas?