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.

IE and Firefox issues

  1. ciznerguy
    Member

    Not sure why this is happening or if it's been discussed before, but in IE or Firefox my form fields are clear (instead of white) and the sizing is off compared to chrome. You can take a look at the form at http://www.ezcanadamoving.com (just wait maybe 30 seconds for the animation to finish). I appreciate any help. Thanks

    Posted 11 years ago on Wednesday September 5, 2012 | Permalink
  2. This in your theme's stylesheet is causing your clear inputs.

    [css]
    input[type="text"], textarea {
        background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.05) 100%) repeat scroll 0 0 transparent;
        border: 1px solid #7E7E7E;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1) inset;
        font-size: 12px;
    }
    Posted 11 years ago on Wednesday September 5, 2012 | Permalink