• I have a header with a form. The submit button appears as a broken image in IE and Chrome. I really have no idea what is wrong and have spent hours on this.

    The style css has this:

    input.submit {
    float:left;
    width:60px;
    height:28px;
    margin-top:8px;
    color:transparent;
    background-image:url(images/submit.png);
    }

    and the header.php has this for the submit:

    <input name=”Submit” type=”image” src=”images/submit.png” value=”Submit” class=”submit” />

    the site is at https://www.compass-strategies.net

    Any help would be greatly appreciated.

  • The topic ‘Broken submit button in IE’ is closed to new replies.