Как изменить фон родительского <div>, когда <input> или <a>: focus'd (или любой другой динамический псевдокласс?
Например,
<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>