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.
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
Post a Comment