I have a disabled textbox, and i have applied the padding property to it and is working fine on every browser except IE8. Please see the below chrome image:
But in IE the same thing is shown as like:
CSS Code:
input[type=text]:disabled {
padding: 4px 9px !important;
}
Please suggest me something how to solve this issue.