如何在IE6及以上版本的禁用模式下更改asp按钮的前景颜色
答案 0 :(得分:0)
<强> Reference 强>
[disabled]#DisabledButton
{
color: #933;
background-color: #ffc;
}
<asp:Button ID="DisabledButton" runat="server" Text="Hello Guest"
Enabled="false" />