Common Attribute Style changes in CSS

by Francis 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;
}
996
like
0
dislike
0
mail
flag

You must LOGIN to add comments