好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

FireFox下按钮(Button)Enabled="false"属性的样式不起作用_html/cs

CSS代码:
                            .border0        {            color: blue;            border: 0;            background-color: transparent;        }              

在IE9和火狐下显示效果不一致,IE9是正确的,火狐下 Enabled="false"样式效果不起作用,按钮确实已经不可用,可不变成灰色的。
图不知道怎么弄,大家即可,希望有经验的高手给解决下,谢谢


回复讨论(解决方案)

                           .border0        {            color: blue;            border: 0;            background-color: transparent;        }        .border1[disabled="disabled"]        {            color: gray;            border: 0;            background-color: transparent;        }        .F        {            color: red;        }              

查看更多关于FireFox下按钮(Button)Enabled="false"属性的样式不起作用_html/cs的详细内容...

  阅读:32次