原来表格中金庸表哥就是在input中注明disabled="disabled
"
"
2016-01-19
最新回答 / Berger
仔细看,是有区别的。建议先搞清楚perspective属性的含义,改变perspective的值会影响整体3d图形的大小形状及透视效果的;还有不知道你说的其他不需要的代码具体是指哪些,这里有很多代码是为了兼容性多加的
2016-01-19
火狐浏览器,加前缀无果。
::selection{
background: orange;
color: white;
}
::-moz-selection{
background: orange;
color: white;
}
::-o-selection{
background: orange;
color: white;
}
::-ms-selection{
background: orange;
color: white;
}
::-webkit-selection{
background: orange;
color: white;
}
::selection{
background: orange;
color: white;
}
::-moz-selection{
background: orange;
color: white;
}
::-o-selection{
background: orange;
color: white;
}
::-ms-selection{
background: orange;
color: white;
}
::-webkit-selection{
background: orange;
color: white;
}
2016-01-17