这是一些代码:
<div id="one">
<div id="two">
<div class="cell_pad">
</div>
</div>
</div>
如何告诉 css,那个you have to change value of class "cell_pad" which is in id="one"
?
.cell_pad 在代码中重复了几次,但我必须改变one occurence of this class.
我正在使用sparky framework
joomla。
我在我的样式表中试过这样,但它没有效果:
#one > .cell_pad{}