Disable field style in ie8 and higer
- Дмитрий Фоломеев
- Posts: 13
- Joined: Tue Nov 25, 2014
How can I change of style disable field Internet Explorer? Is necessary to make a different background color (red) from the disable fields on the form. There is information that for IE work only CSS2: /* CSS2 selector */
input[disabled]{
color:red
}
How can it use in Forms Disigner?
input[disabled]{
color:red
}
How can it use in Forms Disigner?
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Do you need to change background of disabled fields? If so, please, try the following CSS:
Code: Select all
input[disabled="disabled"] {
background: red;
}
-
- Information
-
Who is online
Users browsing this forum: No registered users and 16 guests