Can I change a div's background image when I hover few links, I mean if I hover over link1 there is one background, link2 an other background and so on.\[code\]<div style="background: url(image1.jpg) no-repeat right; "> <a href="http://stackoverflow.com/questions/14567354/#">Link 1</a> <a href="http://stackoverflow.com/questions/14567354/#">Link 2</a> <a href="http://stackoverflow.com/questions/14567354/#">Link 3</a> <a href="http://stackoverflow.com/questions/14567354/#">Link 4</a></div>\[/code\]Can it be done with JavaScript, or jQuery, or simple CSS trick?