> <style type="text/css">
> input[disabled]{
> background-color:red;
> }
> </style>
Can't get it to work.
:-(
<asp:textbox class="readonly" readonly="true" id="notesBox"
textmode="multiline" columns="40" rows="5" runat="server" />
input.readonly {
background:#aaccff;
}