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" />