Why does my form look different

  • ghines
    Asked on July 5, 2014 at 2:24 AM

    Hi,

    Can someone explain why my form looks so much different in Firefox and IE10?

    TIA

    Greg

    Jotform Thread 399782 Screenshot
  • NeilVicente
    Replied on July 5, 2014 at 2:57 AM

    Hello,

    I think you may be referring to the form inputs and the upload buttons.

    Browsers are developed by different groups of people, therefore they have  their own interpretation as to how html elements should look.

    In short, these differences are inherent to the browsers, and unfortunately there isn't a lot that we can do about it.

    The most you can do to make the inputs have the same border is to declare a border such as these codes:

    input, textarea {
        border: 1px solid grey;
    }
  • NeilVicente
    Replied on July 5, 2014 at 3:00 AM

    Update:

    For the textarea, you can use these codes to declare a universal width and height:

    textarea {
        height: 156px;
        width: 322px;
    }

    Of course, feel free to change the values.

     

  • ghines
    Replied on July 5, 2014 at 7:03 PM

    Thank you, your suggestion was a great help.

    Greg

  • Elton Support Team Lead
    Replied on July 5, 2014 at 9:12 PM

    @Greg

    On behalf of my colleague, you're welcome!

    Should you have any other questions or concerns, feel free to contact us again.

    Regards!