标签: html css css3
我有以下html:
<div class="example1"> 123 </div> <span class="example2"> 1234 </span>
我想将背景颜色设置为红色.example1,前提是.example2。
.example1
.example2
这看起来与我要求的非常类似,但我需要相反: http://www.w3schools.com/cssref/sel_gen_sibling.asp