我怎样才能改变父母的背景<div>的时候<input>或者<a>是:focus’d(或任何其他动态伪类?
<div>
<input>
<a>
例如
<div id="formspace"> <form> <label for="question"> How do I select #formspace for the case when a child is active?</label> <input type="text" id="question" name="answer"/></form></div>
不幸的是,css不支持父选择器。 因此,唯一的方法就是像jQuery父方法那样使用javascript 。
更新: CSS选择器第4级将支持父选择器