How to change the parent product bgcolor when hovering over the link or hovering over the details just using 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>
Thanks!