Thanks, Deziner and y2k1981:
I tried both. Deziner's method change the font color to grey. While y2k1981's method has some problem. I change like this, then it works.
stylesheet:
input#anyid {background color:#C0C0C0}
form:
<input id="anyid" .... READONLY>
Thank you again.