Common Attribute Style changes in CSS
by Francis[ Edit ] 2013-02-18 17:58:27
Common Attribute Style changes in CSS
Here we see the input, and textarea readonly attribute change the background color,
input[readonly], input[readonly="readonly"], textarea[readonly="readonly"], textarea[readonly]
{
background-color: #BBC7DD;
}