This my HTML:
<div id="orange">
<div id="outer">
<div id="inner">
<h4>Title</h4>
Text stuf and information
</div>
</div>
</div>
Is it possible with css when you hover the h4 that the background change of the div#orange to? I know the h4:hover #... thing but then you go deeper and deeper.
I don't want when you hover the div#orange that the h4 is changing but only when you hover the h4 that the background of the div#orange is changing.