禁用按钮看起来在Firefox和Chrome浏览器启用 [英] Disabled buttons look enabled in Firefox and Chrome

查看:203
本文介绍了禁用按钮看起来在Firefox和Chrome浏览器启用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

禁用按钮的外观在Firefox和Chrome浏览器启用。我在IE,火狐,Chrome打开同一个页面,这是输出:

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

仪表板和日历无效结果
代理信息已启用。

"DashBoard" and "Calendar" are disabled
"Agent Info" is enabled.

在这里,我使用的是正常的ASP按钮用CSS。
我该怎么办?

Here I'm using normal asp buttons with css. What do I do?

推荐答案

您可以为残疾按钮添加CSS。类似

You could add css for disabled buttons. Something like

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

这篇关于禁用按钮看起来在Firefox和Chrome浏览器启用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆