开发者

Disabled buttons look enabled in Firefox and Chrome

Disabled buttons look enabled in Firefox and Chrome. I opened the same page in ie, firefox, chrome and this is the output:

Disabled buttons look enabled in Firefox and Chrome

"DashBoard" and "Calendar" are disabled

"Agent Info" is enabled.

Here I'm using normal asp buttons with css. What do I 开发者_StackOverflowdo?


You could add css for disabled buttons. Something like

input[disabled="disabled"] { /* disabled styles */ }


You can modify the way they look with CSS:

element[disabled]
{
    ...
}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜