html - Unable to type in text input in Firefox & IExplorer -


i have basic registration form on website. while testing in different browsers noticed functioning in chrome not in firefox or iexplorer. in both firefox , iexplorer i'm unable type in of input fields. don't know what's causing , i'm not getting errors.

here's page.

you can type in fields, can't see text because padding , height inside text boxes pushing text around inside text box, moving outside visible area of input field.

the following remove unnecessary vertical padding:

#registration input, #registration textarea {     /* other properties */     padding: 0px 8px; } 

Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -