javascript - Set font color of disabled text input field -


i know topic exist more once, need clear solution.

has idea set font color of disabled fields ie < 10.

if possible, without replacing "disabled" property "read-only" property. reason is, work crm 2011 software , cannot predict effects if that.

perhaps, can tell me whats happen if remove "disabled" property js , still cannot write textbox.

javascript solutions welcome.

best regards

no cannot change color of disabled inputs in ie refer how change font-color disabled input?

you either can make input readonly have suffer consequence readonly, input sent server on submit, disabled, won't be.

refer this more information


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -