我有以下html:
<span wicket:id="votevaluenotifier">
<label name="currentVoteValue" id="currentVoteValue" wicket:id="currentVoteValue" />%
</span>
我正在尝试使用以下方法在CSS中设置结果样式:
.currentVoteValue
{color:#CC3300;
}
但没有快乐。我知道我错过了一些明显的东西,但又是什么?我尝试使用votevaluenotifier而不是currentVoteValue但没有骰子。
抱歉 - 我是一个CSS新手。答案 0 :(得分:3)
我不知道检票口,但如果你有
<label id="currentVoteValue">
你应该使用
设计它#currentVoteValue {
color:#CC3300;
}
因为#
开始ID selector而.
一个class selector