Internet Explorer中的锯齿状按钮边缘

bra*_*rad 5 javascript css internet-explorer

如何从Internet Explorer中的宽按钮中删除锯齿状边缘?例如:

替代文字

cll*_*pse 5

您还可以通过设置按钮background-color和/或border-color按钮来消除Windows XP的按钮样式(以及其他所有版本的Windows).

请尝试以下样式:

background-color: black;
color: white;
border-color: red green blue yellow;
Run Code Online (Sandbox Code Playgroud)

你当然可以让眼睛更加赏心悦目.但你得到我的观点:)

Stack Overflow使用这种方法.