How To Change the color of disabled html control in iexplore?
- by Karandeep Singh
input[disabled='disabled']
{
background-color:#FFFBF0;
color: #28B51D;
}
I am using this example but that is not run in iexplore.
But also run in other browsers.
If any body know then please tell me that how to change the color of disabled html control in iexplore.