我的代码中有两种样式: 像这样:
<style id="dramatic">
body{
font-family:Verdana;
color: white;
background-color:black;
}
</style>
<style id="normal" disabled="true">
body{
font-family:Times;
color:black;
background-color: white;
}
</style>
但它在FF中不起作用!为什么呢?
答案 0 :(得分:2)
这些属性(id,disabled)不适用于样式标记,或者至少我以前从未遇到过它们。我做了一个快速搜索,我也找不到任何引用。