<input type="text" readonly />
<input type="text"/>
input:-moz-read-only { /* For Firefox */
background-color: red;
display:block;
margin-bottom: 10px;
}
input:read-only {
background-color: red;
display:block;
margin-bottom: 10px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.