Div1 contains div2 and div3. When the mouse hovers over div2, I want the div1 background color to change. Hovering over div3 should produce a different color change to div1. The set looks like this:
<div id="div1">
<div id="div2">content for div2.</div>
<div id="div3">content for div3.</div>
</div>