<style>
<!--添加一个样式(仅适用ff)-->
 input[type="button"]:disabled{BACKGROUND-COLOR: #ffffff; color:red}
 
</style>http://bbs.csdn.net/topics/330117641

解决方案 »

  1.   

    http://stackoverflow.com/questions/10765149/disabled-works-in-ie-but-not-in-firefox
      

  2.   

    浏览器兼容还得用jquery$("#eeee").disabled();几个字的事。
      

  3.   

    在页面加载的时候把按钮的 disabled 属性设置为 false   
    这样不行
      

  4.   

    加载的时候就false,不就不能点击了吗
      

  5.   


    false,就不能点击?那设置为true  是什么
      

  6.   


    false,就不能点击?那设置为true  是什么大神,你这个方法是可以,但是这样会不会有问题,就不执行后台了
      

  7.   


    false,就不能点击?那设置为true  是什么大神,火狐一刷新报:Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 0,这是什么情况