How To Change the color of disabled html control in iexplore?

Posted by Karandeep Singh on Stack Overflow See other posts from Stack Overflow or by Karandeep Singh
Published on 2010-04-15T05:33:04Z Indexed on 2010/04/15 5:43 UTC
Read the original article Hit count: 425

Filed under:
|
|
|
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.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about html