[thelist] ReadOnly TextBox BackColor ??

Casey aspnet at thecrookstons.com
Sat Aug 13 12:55:52 CDT 2005


> <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;
}





More information about the thelist mailing list