Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 IE6 及更高版本的禁用模式下更改 asp 按钮的前景色
参考
[disabled]#DisabledButton { color: #933; background-color: #ffc; }
<asp:Button ID="DisabledButton" runat="server" Text="Hello Guest" Enabled="false" />