Custom CSS used to position the Reset button is only working in Chrome

  • members1
    Asked on November 26, 2014 at 1:56 PM
    I also want to change the position of the submit button and reset button but how? 

    and here i am using this css code #input_1{-webkit-text-security: disc;}    why it is only working in Google chrome and not any other browser... ?

  • Ben
    Replied on November 26, 2014 at 3:03 PM

    Hi,

    and here i am using this css code #input_1{-webkit-text-security: disc;}    why it is only working in Google chrome and not any other browser... ?

    The code that you have provided (-webkit-text-security) is limited to browsers with webkit engine. This means Safari, Google Chrome, Chromium, Iron, Opera and any others that might be using it.

    This means that it will not work in browsers such as FireFox nor Internet Explorer.

    A note to add: Since it is prefixed with - (-webkit) it means that it may be removed in the future or only stay available for the webkit based browsers.

    I also want to change the position of the submit button and reset button but how? 

    Can you tell us where would you want to place them? Once we know this we would be able to give you the code that would move them for you.

    Best Regards,
    Ben

  • members1
    Replied on November 26, 2014 at 10:00 PM

    Hi Ben,

    "I also want to change the position of the submit button and reset button but how?" 

    I have now fixed this problem..... and thanks a lot for your quick reply.

    Have a good day!!!!! 

  • Ashwin JotForm Support
    Replied on November 27, 2014 at 8:42 AM

    Hello members1,

    On behalf of my colleague, you are welcome.

    Do get back to us if you have any questions.

    Thank you!