Is there a way to change the background color of the parent product when hovering over a link or details using only CSS?
HTML CODE
<div id="summary" align='center'>Products</div>
<div id="detail" align='center'>
<a href='http://www.3ds.com/products/catia/welcome/'>A</a></br>
<a href='http://www.3ds.com/products/catia/welcome/'>B</a></br>
Any solutions are appreciated!